org.apache.geronimo.corba.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://openejb.apache.org/xml/ns/corba-tss-config-2.1). This is a complex type.


Nested Class Summary
static interface TSSTssType.CompoundSecMechTypeList
          An XML compoundSecMechTypeList(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
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
 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
 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 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 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 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

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

getDescriptionArray

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


getDescriptionArray

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


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

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


removeDescription

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


getSSL

TSSSSLType getSSL()
Gets the "SSL" element


isSetSSL

boolean isSetSSL()
True if has "SSL" element


setSSL

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


addNewSSL

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


unsetSSL

void unsetSSL()
Unsets the "SSL" element


getSECIOP

TSSSECIOPType getSECIOP()
Gets the "SECIOP" element


isSetSECIOP

boolean isSetSECIOP()
True if has "SECIOP" element


setSECIOP

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


addNewSECIOP

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


unsetSECIOP

void unsetSECIOP()
Unsets the "SECIOP" element


getCompoundSecMechTypeList

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


isSetCompoundSecMechTypeList

boolean isSetCompoundSecMechTypeList()
True if has "compoundSecMechTypeList" element


setCompoundSecMechTypeList

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


addNewCompoundSecMechTypeList

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


unsetCompoundSecMechTypeList

void unsetCompoundSecMechTypeList()
Unsets the "compoundSecMechTypeList" element


getInherit

boolean getInherit()
Gets the "inherit" attribute


xgetInherit

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


isSetInherit

boolean isSetInherit()
True if has "inherit" attribute


setInherit

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


xsetInherit

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


unsetInherit

void unsetInherit()
Unsets the "inherit" attribute



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.