org.openejb.xbeans.csiv2.css
Interface CSSCompoundSecMechType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CSSCompoundSecMechTypeImpl

public interface CSSCompoundSecMechType
extends org.apache.xmlbeans.XmlObject

An XML compoundSecMechType(@http://www.openejb.org/xml/ns/corba-css-config-2.0). This is a complex type.


Nested Class Summary
static class CSSCompoundSecMechType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 CSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 CSSGSSUPDynamicType addNewGSSUPDynamic()
          Appends and returns a new empty "GSSUPDynamic" element
 CSSGSSUPStaticType addNewGSSUPStatic()
          Appends and returns a new empty "GSSUPStatic" element
 CSSSasMechType addNewSasMech()
          Appends and returns a new empty "sasMech" element
 CSSSECIOPType addNewSECIOP()
          Appends and returns a new empty "SECIOP" element
 CSSSSLType addNewSSL()
          Appends and returns a new empty "SSL" element
 CSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 CSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 CSSGSSUPDynamicType getGSSUPDynamic()
          Gets the "GSSUPDynamic" element
 CSSGSSUPStaticType getGSSUPStatic()
          Gets the "GSSUPStatic" element
 CSSSasMechType getSasMech()
          Gets the "sasMech" element
 CSSSECIOPType getSECIOP()
          Gets the "SECIOP" element
 CSSSSLType getSSL()
          Gets the "SSL" element
 CSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetGSSUPDynamic()
          True if has "GSSUPDynamic" element
 boolean isSetGSSUPStatic()
          True if has "GSSUPStatic" element
 boolean isSetSasMech()
          True if has "sasMech" element
 boolean isSetSECIOP()
          True if has "SECIOP" element
 boolean isSetSSL()
          True if has "SSL" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(CSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, CSSDescriptionType description)
          Sets ith "description" element
 void setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
          Sets the "GSSUPDynamic" element
 void setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
          Sets the "GSSUPStatic" element
 void setSasMech(CSSSasMechType sasMech)
          Sets the "sasMech" element
 void setSECIOP(CSSSECIOPType seciop)
          Sets the "SECIOP" element
 void setSSL(CSSSSLType ssl)
          Sets the "SSL" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetGSSUPDynamic()
          Unsets the "GSSUPDynamic" element
 void unsetGSSUPStatic()
          Unsets the "GSSUPStatic" element
 void unsetSasMech()
          Unsets the "sasMech" element
 void unsetSECIOP()
          Unsets the "SECIOP" element
 void unsetSSL()
          Unsets the "SSL" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

public CSSDescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public CSSDescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(CSSDescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                CSSDescriptionType description)
Sets ith "description" element


insertNewDescription

public CSSDescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public CSSDescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getSSL

public CSSSSLType getSSL()
Gets the "SSL" element


isSetSSL

public boolean isSetSSL()
True if has "SSL" element


setSSL

public void setSSL(CSSSSLType ssl)
Sets the "SSL" element


addNewSSL

public CSSSSLType addNewSSL()
Appends and returns a new empty "SSL" element


unsetSSL

public void unsetSSL()
Unsets the "SSL" element


getSECIOP

public CSSSECIOPType getSECIOP()
Gets the "SECIOP" element


isSetSECIOP

public boolean isSetSECIOP()
True if has "SECIOP" element


setSECIOP

public void setSECIOP(CSSSECIOPType seciop)
Sets the "SECIOP" element


addNewSECIOP

public CSSSECIOPType addNewSECIOP()
Appends and returns a new empty "SECIOP" element


unsetSECIOP

public void unsetSECIOP()
Unsets the "SECIOP" element


getGSSUPStatic

public CSSGSSUPStaticType getGSSUPStatic()
Gets the "GSSUPStatic" element


isSetGSSUPStatic

public boolean isSetGSSUPStatic()
True if has "GSSUPStatic" element


setGSSUPStatic

public void setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
Sets the "GSSUPStatic" element


addNewGSSUPStatic

public CSSGSSUPStaticType addNewGSSUPStatic()
Appends and returns a new empty "GSSUPStatic" element


unsetGSSUPStatic

public void unsetGSSUPStatic()
Unsets the "GSSUPStatic" element


getGSSUPDynamic

public CSSGSSUPDynamicType getGSSUPDynamic()
Gets the "GSSUPDynamic" element


isSetGSSUPDynamic

public boolean isSetGSSUPDynamic()
True if has "GSSUPDynamic" element


setGSSUPDynamic

public void setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
Sets the "GSSUPDynamic" element


addNewGSSUPDynamic

public CSSGSSUPDynamicType addNewGSSUPDynamic()
Appends and returns a new empty "GSSUPDynamic" element


unsetGSSUPDynamic

public void unsetGSSUPDynamic()
Unsets the "GSSUPDynamic" element


getSasMech

public CSSSasMechType getSasMech()
Gets the "sasMech" element


isSetSasMech

public boolean isSetSasMech()
True if has "sasMech" element


setSasMech

public void setSasMech(CSSSasMechType sasMech)
Sets the "sasMech" element


addNewSasMech

public CSSSasMechType addNewSasMech()
Appends and returns a new empty "sasMech" element


unsetSasMech

public void unsetSasMech()
Unsets the "sasMech" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.