|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public CSSDescriptionType[] getDescriptionArray()
public CSSDescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(CSSDescriptionType[] descriptionArray)
public void setDescriptionArray(int i, CSSDescriptionType description)
public CSSDescriptionType insertNewDescription(int i)
public CSSDescriptionType addNewDescription()
public void removeDescription(int i)
public CSSSSLType getSSL()
public boolean isSetSSL()
public void setSSL(CSSSSLType ssl)
public CSSSSLType addNewSSL()
public void unsetSSL()
public CSSSECIOPType getSECIOP()
public boolean isSetSECIOP()
public void setSECIOP(CSSSECIOPType seciop)
public CSSSECIOPType addNewSECIOP()
public void unsetSECIOP()
public CSSGSSUPStaticType getGSSUPStatic()
public boolean isSetGSSUPStatic()
public void setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
public CSSGSSUPStaticType addNewGSSUPStatic()
public void unsetGSSUPStatic()
public CSSGSSUPDynamicType getGSSUPDynamic()
public boolean isSetGSSUPDynamic()
public void setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
public CSSGSSUPDynamicType addNewGSSUPDynamic()
public void unsetGSSUPDynamic()
public CSSSasMechType getSasMech()
public boolean isSetSasMech()
public void setSasMech(CSSSasMechType sasMech)
public CSSSasMechType addNewSasMech()
public void unsetSasMech()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |