org.openejb.xbeans.csiv2.tss
Interface TSSTssType.CompoundSecMechTypeList

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TSSTssTypeImpl.CompoundSecMechTypeListImpl
Enclosing interface:
TSSTssType

public static interface TSSTssType.CompoundSecMechTypeList
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TSSTssType.CompoundSecMechTypeList.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
 TSSCompoundSecMechType addNewCompoundSecMech()
          Appends and returns a new empty value (as xml) as the last "compoundSecMech" element
 TSSCompoundSecMechType[] getCompoundSecMechArray()
          Gets array of all "compoundSecMech" elements
 TSSCompoundSecMechType getCompoundSecMechArray(int i)
          Gets ith "compoundSecMech" element
 boolean getStateful()
          Gets the "stateful" attribute
 TSSCompoundSecMechType insertNewCompoundSecMech(int i)
          Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element
 boolean isSetStateful()
          True if has "stateful" attribute
 void removeCompoundSecMech(int i)
          Removes the ith "compoundSecMech" element
 void setCompoundSecMechArray(int i, TSSCompoundSecMechType compoundSecMech)
          Sets ith "compoundSecMech" element
 void setCompoundSecMechArray(TSSCompoundSecMechType[] compoundSecMechArray)
          Sets array of all "compoundSecMech" element
 void setStateful(boolean stateful)
          Sets the "stateful" attribute
 int sizeOfCompoundSecMechArray()
          Returns number of "compoundSecMech" element
 void unsetStateful()
          Unsets the "stateful" attribute
 org.apache.xmlbeans.XmlBoolean xgetStateful()
          Gets (as xml) the "stateful" attribute
 void xsetStateful(org.apache.xmlbeans.XmlBoolean stateful)
          Sets (as xml) the "stateful" 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

getCompoundSecMechArray

public TSSCompoundSecMechType[] getCompoundSecMechArray()
Gets array of all "compoundSecMech" elements


getCompoundSecMechArray

public TSSCompoundSecMechType getCompoundSecMechArray(int i)
Gets ith "compoundSecMech" element


sizeOfCompoundSecMechArray

public int sizeOfCompoundSecMechArray()
Returns number of "compoundSecMech" element


setCompoundSecMechArray

public void setCompoundSecMechArray(TSSCompoundSecMechType[] compoundSecMechArray)
Sets array of all "compoundSecMech" element


setCompoundSecMechArray

public void setCompoundSecMechArray(int i,
                                    TSSCompoundSecMechType compoundSecMech)
Sets ith "compoundSecMech" element


insertNewCompoundSecMech

public TSSCompoundSecMechType insertNewCompoundSecMech(int i)
Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element


addNewCompoundSecMech

public TSSCompoundSecMechType addNewCompoundSecMech()
Appends and returns a new empty value (as xml) as the last "compoundSecMech" element


removeCompoundSecMech

public void removeCompoundSecMech(int i)
Removes the ith "compoundSecMech" element


getStateful

public boolean getStateful()
Gets the "stateful" attribute


xgetStateful

public org.apache.xmlbeans.XmlBoolean xgetStateful()
Gets (as xml) the "stateful" attribute


isSetStateful

public boolean isSetStateful()
True if has "stateful" attribute


setStateful

public void setStateful(boolean stateful)
Sets the "stateful" attribute


xsetStateful

public void xsetStateful(org.apache.xmlbeans.XmlBoolean stateful)
Sets (as xml) the "stateful" attribute


unsetStateful

public void unsetStateful()
Unsets the "stateful" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.