org.openejb.xbeans.csiv2.css
Interface CSSCssType

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

public interface CSSCssType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static interface CSSCssType.CompoundSecMechTypeList
          An XML compoundSecMechTypeList(@http://www.openejb.org/xml/ns/corba-css-config-2.0).
static class CSSCssType.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
 CSSCssType.CompoundSecMechTypeList addNewCompoundSecMechTypeList()
          Appends and returns a new empty "compoundSecMechTypeList" element
 CSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 CSSCssType.CompoundSecMechTypeList getCompoundSecMechTypeList()
          Gets the "compoundSecMechTypeList" element
 CSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 CSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 CSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetCompoundSecMechTypeList()
          True if has "compoundSecMechTypeList" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setCompoundSecMechTypeList(CSSCssType.CompoundSecMechTypeList compoundSecMechTypeList)
          Sets the "compoundSecMechTypeList" element
 void setDescriptionArray(CSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, CSSDescriptionType description)
          Sets ith "description" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetCompoundSecMechTypeList()
          Unsets the "compoundSecMechTypeList" 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 CSSDescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public CSSDescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(CSSDescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                CSSDescriptionType description)
Sets ith "description" element


insertNewDescription

public CSSDescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public CSSDescriptionType 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


getCompoundSecMechTypeList

public CSSCssType.CompoundSecMechTypeList getCompoundSecMechTypeList()
Gets the "compoundSecMechTypeList" element


isSetCompoundSecMechTypeList

public boolean isSetCompoundSecMechTypeList()
True if has "compoundSecMechTypeList" element


setCompoundSecMechTypeList

public void setCompoundSecMechTypeList(CSSCssType.CompoundSecMechTypeList compoundSecMechTypeList)
Sets the "compoundSecMechTypeList" element


addNewCompoundSecMechTypeList

public CSSCssType.CompoundSecMechTypeList addNewCompoundSecMechTypeList()
Appends and returns a new empty "compoundSecMechTypeList" element


unsetCompoundSecMechTypeList

public void unsetCompoundSecMechTypeList()
Unsets the "compoundSecMechTypeList" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.