org.openejb.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://www.openejb.org/xml/ns/corba-tss-config-2.0). 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

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

getGeneralNameArray

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


getGeneralNameArray

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


sizeOfGeneralNameArray

public int sizeOfGeneralNameArray()
Returns number of "generalName" element


setGeneralNameArray

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


setGeneralNameArray

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


insertNewGeneralName

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


addNewGeneralName

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


removeGeneralName

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


getGssExportedNameArray

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


getGssExportedNameArray

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


sizeOfGssExportedNameArray

public int sizeOfGssExportedNameArray()
Returns number of "gssExportedName" element


setGssExportedNameArray

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


setGssExportedNameArray

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


insertNewGssExportedName

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


addNewGssExportedName

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


removeGssExportedName

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


getRequired

public boolean getRequired()
Gets the "required" attribute


xgetRequired

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


isSetRequired

public boolean isSetRequired()
True if has "required" attribute


setRequired

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


xsetRequired

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


unsetRequired

public void unsetRequired()
Unsets the "required" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.