org.apache.geronimo.corba.xbeans.csiv2.tss
Interface TSSSasMechType.ServiceConfigurationList

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TSSSasMechTypeImpl.ServiceConfigurationListImpl
Enclosing interface:
TSSSasMechType

public static interface TSSSasMechType.ServiceConfigurationList
extends org.apache.xmlbeans.XmlObject

An XML serviceConfigurationList(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1). 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

type

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

getGeneralNameArray

TSSGeneralNameType[] getGeneralNameArray()
Gets array of all "generalName" elements


getGeneralNameArray

TSSGeneralNameType getGeneralNameArray(int i)
Gets ith "generalName" element


sizeOfGeneralNameArray

int sizeOfGeneralNameArray()
Returns number of "generalName" element


setGeneralNameArray

void setGeneralNameArray(TSSGeneralNameType[] generalNameArray)
Sets array of all "generalName" element


setGeneralNameArray

void setGeneralNameArray(int i,
                         TSSGeneralNameType generalName)
Sets ith "generalName" element


insertNewGeneralName

TSSGeneralNameType insertNewGeneralName(int i)
Inserts and returns a new empty value (as xml) as the ith "generalName" element


addNewGeneralName

TSSGeneralNameType addNewGeneralName()
Appends and returns a new empty value (as xml) as the last "generalName" element


removeGeneralName

void removeGeneralName(int i)
Removes the ith "generalName" element


getGssExportedNameArray

TSSGssExportedNameType[] getGssExportedNameArray()
Gets array of all "gssExportedName" elements


getGssExportedNameArray

TSSGssExportedNameType getGssExportedNameArray(int i)
Gets ith "gssExportedName" element


sizeOfGssExportedNameArray

int sizeOfGssExportedNameArray()
Returns number of "gssExportedName" element


setGssExportedNameArray

void setGssExportedNameArray(TSSGssExportedNameType[] gssExportedNameArray)
Sets array of all "gssExportedName" element


setGssExportedNameArray

void setGssExportedNameArray(int i,
                             TSSGssExportedNameType gssExportedName)
Sets ith "gssExportedName" element


insertNewGssExportedName

TSSGssExportedNameType insertNewGssExportedName(int i)
Inserts and returns a new empty value (as xml) as the ith "gssExportedName" element


addNewGssExportedName

TSSGssExportedNameType addNewGssExportedName()
Appends and returns a new empty value (as xml) as the last "gssExportedName" element


removeGssExportedName

void removeGssExportedName(int i)
Removes the ith "gssExportedName" element


getRequired

boolean getRequired()
Gets the "required" attribute


xgetRequired

org.apache.xmlbeans.XmlBoolean xgetRequired()
Gets (as xml) the "required" attribute


isSetRequired

boolean isSetRequired()
True if has "required" attribute


setRequired

void setRequired(boolean required)
Sets the "required" attribute


xsetRequired

void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" attribute


unsetRequired

void unsetRequired()
Unsets the "required" attribute



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