org.apache.geronimo.corba.xbeans.csiv2.css
Interface CSSCompoundSecMechType

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

public interface CSSCompoundSecMechType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CSSCompoundSecMechType.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
 CSSGSSUPDynamicType addNewGSSUPDynamic()
          Appends and returns a new empty "GSSUPDynamic" element
 CSSGSSUPStaticType addNewGSSUPStatic()
          Appends and returns a new empty "GSSUPStatic" element
 CSSSasMechType addNewSasMech()
          Appends and returns a new empty "sasMech" element
 CSSSECIOPType addNewSECIOP()
          Appends and returns a new empty "SECIOP" element
 CSSSSLType addNewSSL()
          Appends and returns a new empty "SSL" element
 CSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 CSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 CSSGSSUPDynamicType getGSSUPDynamic()
          Gets the "GSSUPDynamic" element
 CSSGSSUPStaticType getGSSUPStatic()
          Gets the "GSSUPStatic" element
 CSSSasMechType getSasMech()
          Gets the "sasMech" element
 CSSSECIOPType getSECIOP()
          Gets the "SECIOP" element
 CSSSSLType getSSL()
          Gets the "SSL" element
 CSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetGSSUPDynamic()
          True if has "GSSUPDynamic" element
 boolean isSetGSSUPStatic()
          True if has "GSSUPStatic" element
 boolean isSetSasMech()
          True if has "sasMech" element
 boolean isSetSECIOP()
          True if has "SECIOP" element
 boolean isSetSSL()
          True if has "SSL" 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 setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
          Sets the "GSSUPDynamic" element
 void setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
          Sets the "GSSUPStatic" element
 void setSasMech(CSSSasMechType sasMech)
          Sets the "sasMech" element
 void setSECIOP(CSSSECIOPType seciop)
          Sets the "SECIOP" element
 void setSSL(CSSSSLType ssl)
          Sets the "SSL" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetGSSUPDynamic()
          Unsets the "GSSUPDynamic" element
 void unsetGSSUPStatic()
          Unsets the "GSSUPStatic" element
 void unsetSasMech()
          Unsets the "sasMech" element
 void unsetSECIOP()
          Unsets the "SECIOP" element
 void unsetSSL()
          Unsets the "SSL" 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


getSSL

CSSSSLType getSSL()
Gets the "SSL" element


isSetSSL

boolean isSetSSL()
True if has "SSL" element


setSSL

void setSSL(CSSSSLType ssl)
Sets the "SSL" element


addNewSSL

CSSSSLType addNewSSL()
Appends and returns a new empty "SSL" element


unsetSSL

void unsetSSL()
Unsets the "SSL" element


getSECIOP

CSSSECIOPType getSECIOP()
Gets the "SECIOP" element


isSetSECIOP

boolean isSetSECIOP()
True if has "SECIOP" element


setSECIOP

void setSECIOP(CSSSECIOPType seciop)
Sets the "SECIOP" element


addNewSECIOP

CSSSECIOPType addNewSECIOP()
Appends and returns a new empty "SECIOP" element


unsetSECIOP

void unsetSECIOP()
Unsets the "SECIOP" element


getGSSUPStatic

CSSGSSUPStaticType getGSSUPStatic()
Gets the "GSSUPStatic" element


isSetGSSUPStatic

boolean isSetGSSUPStatic()
True if has "GSSUPStatic" element


setGSSUPStatic

void setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
Sets the "GSSUPStatic" element


addNewGSSUPStatic

CSSGSSUPStaticType addNewGSSUPStatic()
Appends and returns a new empty "GSSUPStatic" element


unsetGSSUPStatic

void unsetGSSUPStatic()
Unsets the "GSSUPStatic" element


getGSSUPDynamic

CSSGSSUPDynamicType getGSSUPDynamic()
Gets the "GSSUPDynamic" element


isSetGSSUPDynamic

boolean isSetGSSUPDynamic()
True if has "GSSUPDynamic" element


setGSSUPDynamic

void setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
Sets the "GSSUPDynamic" element


addNewGSSUPDynamic

CSSGSSUPDynamicType addNewGSSUPDynamic()
Appends and returns a new empty "GSSUPDynamic" element


unsetGSSUPDynamic

void unsetGSSUPDynamic()
Unsets the "GSSUPDynamic" element


getSasMech

CSSSasMechType getSasMech()
Gets the "sasMech" element


isSetSasMech

boolean isSetSasMech()
True if has "sasMech" element


setSasMech

void setSasMech(CSSSasMechType sasMech)
Sets the "sasMech" element


addNewSasMech

CSSSasMechType addNewSasMech()
Appends and returns a new empty "sasMech" element


unsetSasMech

void unsetSasMech()
Unsets the "sasMech" element



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