|
|||||||||||
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-tss-config-2.0). This is a complex type.
Nested Class Summary | |
static class |
TSSCompoundSecMechType.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 | |
TSSDescriptionType |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
TSSGSSUPType |
addNewGSSUP()
Appends and returns a new empty "GSSUP" element |
TSSSasMechType |
addNewSasMech()
Appends and returns a new empty "sasMech" element |
TSSDescriptionType[] |
getDescriptionArray()
Gets array of all "description" elements |
TSSDescriptionType |
getDescriptionArray(int i)
Gets ith "description" element |
TSSGSSUPType |
getGSSUP()
Gets the "GSSUP" element |
TSSSasMechType |
getSasMech()
Gets the "sasMech" element |
TSSDescriptionType |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
boolean |
isSetGSSUP()
True if has "GSSUP" element |
boolean |
isSetSasMech()
True if has "sasMech" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
setDescriptionArray(int i,
TSSDescriptionType description)
Sets ith "description" element |
void |
setDescriptionArray(TSSDescriptionType[] descriptionArray)
Sets array of all "description" element |
void |
setGSSUP(TSSGSSUPType gssup)
Sets the "GSSUP" element |
void |
setSasMech(TSSSasMechType sasMech)
Sets the "sasMech" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
void |
unsetGSSUP()
Unsets the "GSSUP" element |
void |
unsetSasMech()
Unsets the "sasMech" 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 TSSDescriptionType[] getDescriptionArray()
public TSSDescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(TSSDescriptionType[] descriptionArray)
public void setDescriptionArray(int i, TSSDescriptionType description)
public TSSDescriptionType insertNewDescription(int i)
public TSSDescriptionType addNewDescription()
public void removeDescription(int i)
public TSSGSSUPType getGSSUP()
public boolean isSetGSSUP()
public void setGSSUP(TSSGSSUPType gssup)
public TSSGSSUPType addNewGSSUP()
public void unsetGSSUP()
public TSSSasMechType getSasMech()
public boolean isSetSasMech()
public void setSasMech(TSSSasMechType sasMech)
public TSSSasMechType addNewSasMech()
public void unsetSasMech()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |