|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML tssType(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). This is a complex type.
Nested Class Summary | |
static interface |
TSSTssType.CompoundSecMechTypeList
An XML compoundSecMechTypeList(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). |
static class |
TSSTssType.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 | |
TSSTssType.CompoundSecMechTypeList |
addNewCompoundSecMechTypeList()
Appends and returns a new empty "compoundSecMechTypeList" element |
org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType |
addNewDefaultPrincipal()
Appends and returns a new empty "default-principal" element |
TSSDescriptionType |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
TSSSECIOPType |
addNewSECIOP()
Appends and returns a new empty "SECIOP" element |
TSSSSLType |
addNewSSL()
Appends and returns a new empty "SSL" element |
TSSTssType.CompoundSecMechTypeList |
getCompoundSecMechTypeList()
Gets the "compoundSecMechTypeList" element |
org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType |
getDefaultPrincipal()
Gets the "default-principal" element |
TSSDescriptionType[] |
getDescriptionArray()
Gets array of all "description" elements |
TSSDescriptionType |
getDescriptionArray(int i)
Gets ith "description" element |
boolean |
getInherit()
Gets the "inherit" attribute |
TSSSECIOPType |
getSECIOP()
Gets the "SECIOP" element |
TSSSSLType |
getSSL()
Gets the "SSL" element |
TSSDescriptionType |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
boolean |
isSetCompoundSecMechTypeList()
True if has "compoundSecMechTypeList" element |
boolean |
isSetDefaultPrincipal()
True if has "default-principal" element |
boolean |
isSetInherit()
True if has "inherit" attribute |
boolean |
isSetSECIOP()
True if has "SECIOP" element |
boolean |
isSetSSL()
True if has "SSL" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
setCompoundSecMechTypeList(TSSTssType.CompoundSecMechTypeList compoundSecMechTypeList)
Sets the "compoundSecMechTypeList" element |
void |
setDefaultPrincipal(org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType defaultPrincipal)
Sets the "default-principal" element |
void |
setDescriptionArray(int i,
TSSDescriptionType description)
Sets ith "description" element |
void |
setDescriptionArray(TSSDescriptionType[] descriptionArray)
Sets array of all "description" element |
void |
setInherit(boolean inherit)
Sets the "inherit" attribute |
void |
setSECIOP(TSSSECIOPType seciop)
Sets the "SECIOP" element |
void |
setSSL(TSSSSLType ssl)
Sets the "SSL" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
void |
unsetCompoundSecMechTypeList()
Unsets the "compoundSecMechTypeList" element |
void |
unsetDefaultPrincipal()
Unsets the "default-principal" element |
void |
unsetInherit()
Unsets the "inherit" attribute |
void |
unsetSECIOP()
Unsets the "SECIOP" element |
void |
unsetSSL()
Unsets the "SSL" element |
org.apache.xmlbeans.XmlBoolean |
xgetInherit()
Gets (as xml) the "inherit" attribute |
void |
xsetInherit(org.apache.xmlbeans.XmlBoolean inherit)
Sets (as xml) the "inherit" 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 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 org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType getDefaultPrincipal()
public boolean isSetDefaultPrincipal()
public void setDefaultPrincipal(org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType defaultPrincipal)
public org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType addNewDefaultPrincipal()
public void unsetDefaultPrincipal()
public TSSSSLType getSSL()
public boolean isSetSSL()
public void setSSL(TSSSSLType ssl)
public TSSSSLType addNewSSL()
public void unsetSSL()
public TSSSECIOPType getSECIOP()
public boolean isSetSECIOP()
public void setSECIOP(TSSSECIOPType seciop)
public TSSSECIOPType addNewSECIOP()
public void unsetSECIOP()
public TSSTssType.CompoundSecMechTypeList getCompoundSecMechTypeList()
public boolean isSetCompoundSecMechTypeList()
public void setCompoundSecMechTypeList(TSSTssType.CompoundSecMechTypeList compoundSecMechTypeList)
public TSSTssType.CompoundSecMechTypeList addNewCompoundSecMechTypeList()
public void unsetCompoundSecMechTypeList()
public boolean getInherit()
public org.apache.xmlbeans.XmlBoolean xgetInherit()
public boolean isSetInherit()
public void setInherit(boolean inherit)
public void xsetInherit(org.apache.xmlbeans.XmlBoolean inherit)
public void unsetInherit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |