|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML compoundSecMechTypeList(@http://www.openejb.org/xml/ns/corba-css-config-2.0). This is a complex type.
Nested Class Summary | |
static class |
CSSCssType.CompoundSecMechTypeList.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 | |
CSSCompoundSecMechType |
addNewCompoundSecMech()
Appends and returns a new empty value (as xml) as the last "compoundSecMech" element |
CSSCompoundSecMechType[] |
getCompoundSecMechArray()
Gets array of all "compoundSecMech" elements |
CSSCompoundSecMechType |
getCompoundSecMechArray(int i)
Gets ith "compoundSecMech" element |
boolean |
getStateful()
Gets the "stateful" attribute |
CSSCompoundSecMechType |
insertNewCompoundSecMech(int i)
Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element |
boolean |
isSetStateful()
True if has "stateful" attribute |
void |
removeCompoundSecMech(int i)
Removes the ith "compoundSecMech" element |
void |
setCompoundSecMechArray(CSSCompoundSecMechType[] compoundSecMechArray)
Sets array of all "compoundSecMech" element |
void |
setCompoundSecMechArray(int i,
CSSCompoundSecMechType compoundSecMech)
Sets ith "compoundSecMech" element |
void |
setStateful(boolean stateful)
Sets the "stateful" attribute |
int |
sizeOfCompoundSecMechArray()
Returns number of "compoundSecMech" element |
void |
unsetStateful()
Unsets the "stateful" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetStateful()
Gets (as xml) the "stateful" attribute |
void |
xsetStateful(org.apache.xmlbeans.XmlBoolean stateful)
Sets (as xml) the "stateful" attribute |
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 CSSCompoundSecMechType[] getCompoundSecMechArray()
public CSSCompoundSecMechType getCompoundSecMechArray(int i)
public int sizeOfCompoundSecMechArray()
public void setCompoundSecMechArray(CSSCompoundSecMechType[] compoundSecMechArray)
public void setCompoundSecMechArray(int i, CSSCompoundSecMechType compoundSecMech)
public CSSCompoundSecMechType insertNewCompoundSecMech(int i)
public CSSCompoundSecMechType addNewCompoundSecMech()
public void removeCompoundSecMech(int i)
public boolean getStateful()
public org.apache.xmlbeans.XmlBoolean xgetStateful()
public boolean isSetStateful()
public void setStateful(boolean stateful)
public void xsetStateful(org.apache.xmlbeans.XmlBoolean stateful)
public void unsetStateful()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |