org.openejb.xbeans.csiv2.css
Interface CSSSasMechType

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

public interface CSSSasMechType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CSSSasMechType.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
 CSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 CSSITTAbsentType addNewITTAbsent()
          Appends and returns a new empty "ITTAbsent" element
 CSSITTAnonymousType addNewITTAnonymous()
          Appends and returns a new empty "ITTAnonymous" element
 CSSITTPrincipalNameDynamicType addNewITTPrincipalNameDynamic()
          Appends and returns a new empty "ITTPrincipalNameDynamic" element
 CSSITTPrincipalNameStaticType addNewITTPrincipalNameStatic()
          Appends and returns a new empty "ITTPrincipalNameStatic" element
 CSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 CSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 CSSITTAbsentType getITTAbsent()
          Gets the "ITTAbsent" element
 CSSITTAnonymousType getITTAnonymous()
          Gets the "ITTAnonymous" element
 CSSITTPrincipalNameDynamicType getITTPrincipalNameDynamic()
          Gets the "ITTPrincipalNameDynamic" element
 CSSITTPrincipalNameStaticType getITTPrincipalNameStatic()
          Gets the "ITTPrincipalNameStatic" element
 CSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetITTAbsent()
          True if has "ITTAbsent" element
 boolean isSetITTAnonymous()
          True if has "ITTAnonymous" element
 boolean isSetITTPrincipalNameDynamic()
          True if has "ITTPrincipalNameDynamic" element
 boolean isSetITTPrincipalNameStatic()
          True if has "ITTPrincipalNameStatic" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(CSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, CSSDescriptionType description)
          Sets ith "description" element
 void setITTAbsent(CSSITTAbsentType ittAbsent)
          Sets the "ITTAbsent" element
 void setITTAnonymous(CSSITTAnonymousType ittAnonymous)
          Sets the "ITTAnonymous" element
 void setITTPrincipalNameDynamic(CSSITTPrincipalNameDynamicType ittPrincipalNameDynamic)
          Sets the "ITTPrincipalNameDynamic" element
 void setITTPrincipalNameStatic(CSSITTPrincipalNameStaticType ittPrincipalNameStatic)
          Sets the "ITTPrincipalNameStatic" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetITTAbsent()
          Unsets the "ITTAbsent" element
 void unsetITTAnonymous()
          Unsets the "ITTAnonymous" element
 void unsetITTPrincipalNameDynamic()
          Unsets the "ITTPrincipalNameDynamic" element
 void unsetITTPrincipalNameStatic()
          Unsets the "ITTPrincipalNameStatic" 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


getITTAbsent

public CSSITTAbsentType getITTAbsent()
Gets the "ITTAbsent" element


isSetITTAbsent

public boolean isSetITTAbsent()
True if has "ITTAbsent" element


setITTAbsent

public void setITTAbsent(CSSITTAbsentType ittAbsent)
Sets the "ITTAbsent" element


addNewITTAbsent

public CSSITTAbsentType addNewITTAbsent()
Appends and returns a new empty "ITTAbsent" element


unsetITTAbsent

public void unsetITTAbsent()
Unsets the "ITTAbsent" element


getITTAnonymous

public CSSITTAnonymousType getITTAnonymous()
Gets the "ITTAnonymous" element


isSetITTAnonymous

public boolean isSetITTAnonymous()
True if has "ITTAnonymous" element


setITTAnonymous

public void setITTAnonymous(CSSITTAnonymousType ittAnonymous)
Sets the "ITTAnonymous" element


addNewITTAnonymous

public CSSITTAnonymousType addNewITTAnonymous()
Appends and returns a new empty "ITTAnonymous" element


unsetITTAnonymous

public void unsetITTAnonymous()
Unsets the "ITTAnonymous" element


getITTPrincipalNameStatic

public CSSITTPrincipalNameStaticType getITTPrincipalNameStatic()
Gets the "ITTPrincipalNameStatic" element


isSetITTPrincipalNameStatic

public boolean isSetITTPrincipalNameStatic()
True if has "ITTPrincipalNameStatic" element


setITTPrincipalNameStatic

public void setITTPrincipalNameStatic(CSSITTPrincipalNameStaticType ittPrincipalNameStatic)
Sets the "ITTPrincipalNameStatic" element


addNewITTPrincipalNameStatic

public CSSITTPrincipalNameStaticType addNewITTPrincipalNameStatic()
Appends and returns a new empty "ITTPrincipalNameStatic" element


unsetITTPrincipalNameStatic

public void unsetITTPrincipalNameStatic()
Unsets the "ITTPrincipalNameStatic" element


getITTPrincipalNameDynamic

public CSSITTPrincipalNameDynamicType getITTPrincipalNameDynamic()
Gets the "ITTPrincipalNameDynamic" element


isSetITTPrincipalNameDynamic

public boolean isSetITTPrincipalNameDynamic()
True if has "ITTPrincipalNameDynamic" element


setITTPrincipalNameDynamic

public void setITTPrincipalNameDynamic(CSSITTPrincipalNameDynamicType ittPrincipalNameDynamic)
Sets the "ITTPrincipalNameDynamic" element


addNewITTPrincipalNameDynamic

public CSSITTPrincipalNameDynamicType addNewITTPrincipalNameDynamic()
Appends and returns a new empty "ITTPrincipalNameDynamic" element


unsetITTPrincipalNameDynamic

public void unsetITTPrincipalNameDynamic()
Unsets the "ITTPrincipalNameDynamic" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.