|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML serviceConfigurationList(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). This is a complex type.
Nested Class Summary | |
static class |
TSSSasMechType.ServiceConfigurationList.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 | |
TSSGeneralNameType |
addNewGeneralName()
Appends and returns a new empty value (as xml) as the last "generalName" element |
TSSGssExportedNameType |
addNewGssExportedName()
Appends and returns a new empty value (as xml) as the last "gssExportedName" element |
TSSGeneralNameType[] |
getGeneralNameArray()
Gets array of all "generalName" elements |
TSSGeneralNameType |
getGeneralNameArray(int i)
Gets ith "generalName" element |
TSSGssExportedNameType[] |
getGssExportedNameArray()
Gets array of all "gssExportedName" elements |
TSSGssExportedNameType |
getGssExportedNameArray(int i)
Gets ith "gssExportedName" element |
boolean |
getRequired()
Gets the "required" attribute |
TSSGeneralNameType |
insertNewGeneralName(int i)
Inserts and returns a new empty value (as xml) as the ith "generalName" element |
TSSGssExportedNameType |
insertNewGssExportedName(int i)
Inserts and returns a new empty value (as xml) as the ith "gssExportedName" element |
boolean |
isSetRequired()
True if has "required" attribute |
void |
removeGeneralName(int i)
Removes the ith "generalName" element |
void |
removeGssExportedName(int i)
Removes the ith "gssExportedName" element |
void |
setGeneralNameArray(int i,
TSSGeneralNameType generalName)
Sets ith "generalName" element |
void |
setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
Sets array of all "generalName" element |
void |
setGssExportedNameArray(int i,
TSSGssExportedNameType gssExportedName)
Sets ith "gssExportedName" element |
void |
setGssExportedNameArray(TSSGssExportedNameType[] gssExportedNameArray)
Sets array of all "gssExportedName" element |
void |
setRequired(boolean required)
Sets the "required" attribute |
int |
sizeOfGeneralNameArray()
Returns number of "generalName" element |
int |
sizeOfGssExportedNameArray()
Returns number of "gssExportedName" element |
void |
unsetRequired()
Unsets the "required" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetRequired()
Gets (as xml) the "required" attribute |
void |
xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" 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 TSSGeneralNameType[] getGeneralNameArray()
public TSSGeneralNameType getGeneralNameArray(int i)
public int sizeOfGeneralNameArray()
public void setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
public void setGeneralNameArray(int i, TSSGeneralNameType generalName)
public TSSGeneralNameType insertNewGeneralName(int i)
public TSSGeneralNameType addNewGeneralName()
public void removeGeneralName(int i)
public TSSGssExportedNameType[] getGssExportedNameArray()
public TSSGssExportedNameType getGssExportedNameArray(int i)
public int sizeOfGssExportedNameArray()
public void setGssExportedNameArray(TSSGssExportedNameType[] gssExportedNameArray)
public void setGssExportedNameArray(int i, TSSGssExportedNameType gssExportedName)
public TSSGssExportedNameType insertNewGssExportedName(int i)
public TSSGssExportedNameType addNewGssExportedName()
public void removeGssExportedName(int i)
public boolean getRequired()
public org.apache.xmlbeans.XmlBoolean xgetRequired()
public boolean isSetRequired()
public void setRequired(boolean required)
public void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
public void unsetRequired()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |