org.apache.geronimo.corba.xbeans.csiv2.css
Interface CSSCssType.CompoundSecMechTypeList

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

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

An XML compoundSecMechTypeList(@http://openejb.apache.org/xml/ns/corba-css-config-2.1). This is a complex type.


Nested Class Summary
static class CSSCssType.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
 CSSCompoundSecMechType addNewCompoundSecMech()
          Appends and returns a new empty value (as xml) as the last "compoundSecMech" element
 CSSCompoundSecMechType[] getCompoundSecMechArray()
          Gets array of all "compoundSecMech" elements
 CSSCompoundSecMechType getCompoundSecMechArray(int i)
          Gets ith "compoundSecMech" element
 boolean getStateful()
          Gets the "stateful" attribute
 CSSCompoundSecMechType 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(CSSCompoundSecMechType[] compoundSecMechArray)
          Sets array of all "compoundSecMech" element
 void setCompoundSecMechArray(int i, CSSCompoundSecMechType compoundSecMech)
          Sets ith "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

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

getCompoundSecMechArray

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


getCompoundSecMechArray

CSSCompoundSecMechType getCompoundSecMechArray(int i)
Gets ith "compoundSecMech" element


sizeOfCompoundSecMechArray

int sizeOfCompoundSecMechArray()
Returns number of "compoundSecMech" element


setCompoundSecMechArray

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


setCompoundSecMechArray

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


insertNewCompoundSecMech

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


addNewCompoundSecMech

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


removeCompoundSecMech

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


getStateful

boolean getStateful()
Gets the "stateful" attribute


xgetStateful

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


isSetStateful

boolean isSetStateful()
True if has "stateful" attribute


setStateful

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


xsetStateful

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


unsetStateful

void unsetStateful()
Unsets the "stateful" attribute



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