org.openejb.xbeans.csiv2.tss
Interface TSSTssType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TSSTssTypeImpl

public interface TSSTssType
extends org.apache.xmlbeans.XmlObject

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

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getDescriptionArray

public TSSDescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public TSSDescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(TSSDescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                TSSDescriptionType description)
Sets ith "description" element


insertNewDescription

public TSSDescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public TSSDescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getDefaultPrincipal

public org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType getDefaultPrincipal()
Gets the "default-principal" element


isSetDefaultPrincipal

public boolean isSetDefaultPrincipal()
True if has "default-principal" element


setDefaultPrincipal

public void setDefaultPrincipal(org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType defaultPrincipal)
Sets the "default-principal" element


addNewDefaultPrincipal

public org.apache.geronimo.xbeans.geronimo.security.GerDefaultPrincipalType addNewDefaultPrincipal()
Appends and returns a new empty "default-principal" element


unsetDefaultPrincipal

public void unsetDefaultPrincipal()
Unsets the "default-principal" element


getSSL

public TSSSSLType getSSL()
Gets the "SSL" element


isSetSSL

public boolean isSetSSL()
True if has "SSL" element


setSSL

public void setSSL(TSSSSLType ssl)
Sets the "SSL" element


addNewSSL

public TSSSSLType addNewSSL()
Appends and returns a new empty "SSL" element


unsetSSL

public void unsetSSL()
Unsets the "SSL" element


getSECIOP

public TSSSECIOPType getSECIOP()
Gets the "SECIOP" element


isSetSECIOP

public boolean isSetSECIOP()
True if has "SECIOP" element


setSECIOP

public void setSECIOP(TSSSECIOPType seciop)
Sets the "SECIOP" element


addNewSECIOP

public TSSSECIOPType addNewSECIOP()
Appends and returns a new empty "SECIOP" element


unsetSECIOP

public void unsetSECIOP()
Unsets the "SECIOP" element


getCompoundSecMechTypeList

public TSSTssType.CompoundSecMechTypeList getCompoundSecMechTypeList()
Gets the "compoundSecMechTypeList" element


isSetCompoundSecMechTypeList

public boolean isSetCompoundSecMechTypeList()
True if has "compoundSecMechTypeList" element


setCompoundSecMechTypeList

public void setCompoundSecMechTypeList(TSSTssType.CompoundSecMechTypeList compoundSecMechTypeList)
Sets the "compoundSecMechTypeList" element


addNewCompoundSecMechTypeList

public TSSTssType.CompoundSecMechTypeList addNewCompoundSecMechTypeList()
Appends and returns a new empty "compoundSecMechTypeList" element


unsetCompoundSecMechTypeList

public void unsetCompoundSecMechTypeList()
Unsets the "compoundSecMechTypeList" element


getInherit

public boolean getInherit()
Gets the "inherit" attribute


xgetInherit

public org.apache.xmlbeans.XmlBoolean xgetInherit()
Gets (as xml) the "inherit" attribute


isSetInherit

public boolean isSetInherit()
True if has "inherit" attribute


setInherit

public void setInherit(boolean inherit)
Sets the "inherit" attribute


xsetInherit

public void xsetInherit(org.apache.xmlbeans.XmlBoolean inherit)
Sets (as xml) the "inherit" attribute


unsetInherit

public void unsetInherit()
Unsets the "inherit" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.