org.openejb.xbeans.csiv2.tss
Interface TSSSasMechType

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

public interface TSSSasMechType
extends org.apache.xmlbeans.XmlObject

An XML sasMechType(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). This is a complex type.


Nested Class Summary
static class TSSSasMechType.Factory
          A factory class with static methods for creating instances of this type.
static interface TSSSasMechType.ServiceConfigurationList
          An XML serviceConfigurationList(@http://www.openejb.org/xml/ns/corba-tss-config-2.0).
 
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
 TSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 TSSIdentityTokenTypeList addNewIdentityTokenTypes()
          Appends and returns a new empty "identityTokenTypes" element
 TSSSasMechType.ServiceConfigurationList addNewServiceConfigurationList()
          Appends and returns a new empty "serviceConfigurationList" element
 TSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 TSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 TSSIdentityTokenTypeList getIdentityTokenTypes()
          Gets the "identityTokenTypes" element
 TSSSasMechType.ServiceConfigurationList getServiceConfigurationList()
          Gets the "serviceConfigurationList" element
 TSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetServiceConfigurationList()
          True if has "serviceConfigurationList" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(int i, TSSDescriptionType description)
          Sets ith "description" element
 void setDescriptionArray(TSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
          Sets the "identityTokenTypes" element
 void setServiceConfigurationList(TSSSasMechType.ServiceConfigurationList serviceConfigurationList)
          Sets the "serviceConfigurationList" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetServiceConfigurationList()
          Unsets the "serviceConfigurationList" element
 
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


getServiceConfigurationList

public TSSSasMechType.ServiceConfigurationList getServiceConfigurationList()
Gets the "serviceConfigurationList" element


isSetServiceConfigurationList

public boolean isSetServiceConfigurationList()
True if has "serviceConfigurationList" element


setServiceConfigurationList

public void setServiceConfigurationList(TSSSasMechType.ServiceConfigurationList serviceConfigurationList)
Sets the "serviceConfigurationList" element


addNewServiceConfigurationList

public TSSSasMechType.ServiceConfigurationList addNewServiceConfigurationList()
Appends and returns a new empty "serviceConfigurationList" element


unsetServiceConfigurationList

public void unsetServiceConfigurationList()
Unsets the "serviceConfigurationList" element


getIdentityTokenTypes

public TSSIdentityTokenTypeList getIdentityTokenTypes()
Gets the "identityTokenTypes" element


setIdentityTokenTypes

public void setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
Sets the "identityTokenTypes" element


addNewIdentityTokenTypes

public TSSIdentityTokenTypeList addNewIdentityTokenTypes()
Appends and returns a new empty "identityTokenTypes" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.