org.apache.geronimo.corba.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://openejb.apache.org/xml/ns/corba-css-config-2.1). 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

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

getDescriptionArray

CSSDescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

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


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

CSSDescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getITTAbsent

CSSITTAbsentType getITTAbsent()
Gets the "ITTAbsent" element


isSetITTAbsent

boolean isSetITTAbsent()
True if has "ITTAbsent" element


setITTAbsent

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


addNewITTAbsent

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


unsetITTAbsent

void unsetITTAbsent()
Unsets the "ITTAbsent" element


getITTAnonymous

CSSITTAnonymousType getITTAnonymous()
Gets the "ITTAnonymous" element


isSetITTAnonymous

boolean isSetITTAnonymous()
True if has "ITTAnonymous" element


setITTAnonymous

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


addNewITTAnonymous

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


unsetITTAnonymous

void unsetITTAnonymous()
Unsets the "ITTAnonymous" element


getITTPrincipalNameStatic

CSSITTPrincipalNameStaticType getITTPrincipalNameStatic()
Gets the "ITTPrincipalNameStatic" element


isSetITTPrincipalNameStatic

boolean isSetITTPrincipalNameStatic()
True if has "ITTPrincipalNameStatic" element


setITTPrincipalNameStatic

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


addNewITTPrincipalNameStatic

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


unsetITTPrincipalNameStatic

void unsetITTPrincipalNameStatic()
Unsets the "ITTPrincipalNameStatic" element


getITTPrincipalNameDynamic

CSSITTPrincipalNameDynamicType getITTPrincipalNameDynamic()
Gets the "ITTPrincipalNameDynamic" element


isSetITTPrincipalNameDynamic

boolean isSetITTPrincipalNameDynamic()
True if has "ITTPrincipalNameDynamic" element


setITTPrincipalNameDynamic

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


addNewITTPrincipalNameDynamic

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


unsetITTPrincipalNameDynamic

void unsetITTPrincipalNameDynamic()
Unsets the "ITTPrincipalNameDynamic" element



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