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

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

public interface CSSSECIOPType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CSSSECIOPType.Factory
          A factory class with static methods for creating instances of this type.
static interface CSSSECIOPType.TrustList
          An XML trustList(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 
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
 CSSTrustEveryoneType addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 CSSSECIOPType.TrustList addNewTrustList()
          Appends and returns a new empty "trustList" element
 CSSTrustNooneType addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 CSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 CSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getMechOID()
          Gets the "mechOID" attribute
 List getRequires()
          Gets the "requires" element
 List getSupports()
          Gets the "supports" element
 String getTargetName()
          Gets the "targetName" attribute
 CSSTrustEveryoneType getTrustEveryone()
          Gets the "trustEveryone" element
 CSSSECIOPType.TrustList getTrustList()
          Gets the "trustList" element
 CSSTrustNooneType getTrustNoone()
          Gets the "trustNoone" element
 CSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetMechOID()
          True if has "mechOID" attribute
 boolean isSetTargetName()
          True if has "targetName" attribute
 boolean isSetTrustEveryone()
          True if has "trustEveryone" element
 boolean isSetTrustList()
          True if has "trustList" element
 boolean isSetTrustNoone()
          True if has "trustNoone" 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 setMechOID(String mechOID)
          Sets the "mechOID" attribute
 void setRequires(List requires)
          Sets the "requires" element
 void setSupports(List supports)
          Sets the "supports" element
 void setTargetName(String targetName)
          Sets the "targetName" attribute
 void setTrustEveryone(CSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void setTrustList(CSSSECIOPType.TrustList trustList)
          Sets the "trustList" element
 void setTrustNoone(CSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetMechOID()
          Unsets the "mechOID" attribute
 void unsetTargetName()
          Unsets the "targetName" attribute
 void unsetTrustEveryone()
          Unsets the "trustEveryone" element
 void unsetTrustList()
          Unsets the "trustList" element
 void unsetTrustNoone()
          Unsets the "trustNoone" element
 org.apache.xmlbeans.XmlString xgetMechOID()
          Gets (as xml) the "mechOID" attribute
 CSSAssociationOptionList xgetRequires()
          Gets (as xml) the "requires" element
 CSSAssociationOptionList xgetSupports()
          Gets (as xml) the "supports" element
 org.apache.xmlbeans.XmlString xgetTargetName()
          Gets (as xml) the "targetName" attribute
 void xsetMechOID(org.apache.xmlbeans.XmlString mechOID)
          Sets (as xml) the "mechOID" attribute
 void xsetRequires(CSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void xsetSupports(CSSAssociationOptionList supports)
          Sets (as xml) the "supports" element
 void xsetTargetName(org.apache.xmlbeans.XmlString targetName)
          Sets (as xml) the "targetName" 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

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


getSupports

List getSupports()
Gets the "supports" element


xgetSupports

CSSAssociationOptionList xgetSupports()
Gets (as xml) the "supports" element


setSupports

void setSupports(List supports)
Sets the "supports" element


xsetSupports

void xsetSupports(CSSAssociationOptionList supports)
Sets (as xml) the "supports" element


getRequires

List getRequires()
Gets the "requires" element


xgetRequires

CSSAssociationOptionList xgetRequires()
Gets (as xml) the "requires" element


setRequires

void setRequires(List requires)
Sets the "requires" element


xsetRequires

void xsetRequires(CSSAssociationOptionList requires)
Sets (as xml) the "requires" element


getTrustEveryone

CSSTrustEveryoneType getTrustEveryone()
Gets the "trustEveryone" element


isSetTrustEveryone

boolean isSetTrustEveryone()
True if has "trustEveryone" element


setTrustEveryone

void setTrustEveryone(CSSTrustEveryoneType trustEveryone)
Sets the "trustEveryone" element


addNewTrustEveryone

CSSTrustEveryoneType addNewTrustEveryone()
Appends and returns a new empty "trustEveryone" element


unsetTrustEveryone

void unsetTrustEveryone()
Unsets the "trustEveryone" element


getTrustNoone

CSSTrustNooneType getTrustNoone()
Gets the "trustNoone" element


isSetTrustNoone

boolean isSetTrustNoone()
True if has "trustNoone" element


setTrustNoone

void setTrustNoone(CSSTrustNooneType trustNoone)
Sets the "trustNoone" element


addNewTrustNoone

CSSTrustNooneType addNewTrustNoone()
Appends and returns a new empty "trustNoone" element


unsetTrustNoone

void unsetTrustNoone()
Unsets the "trustNoone" element


getTrustList

CSSSECIOPType.TrustList getTrustList()
Gets the "trustList" element


isSetTrustList

boolean isSetTrustList()
True if has "trustList" element


setTrustList

void setTrustList(CSSSECIOPType.TrustList trustList)
Sets the "trustList" element


addNewTrustList

CSSSECIOPType.TrustList addNewTrustList()
Appends and returns a new empty "trustList" element


unsetTrustList

void unsetTrustList()
Unsets the "trustList" element


getMechOID

String getMechOID()
Gets the "mechOID" attribute


xgetMechOID

org.apache.xmlbeans.XmlString xgetMechOID()
Gets (as xml) the "mechOID" attribute


isSetMechOID

boolean isSetMechOID()
True if has "mechOID" attribute


setMechOID

void setMechOID(String mechOID)
Sets the "mechOID" attribute


xsetMechOID

void xsetMechOID(org.apache.xmlbeans.XmlString mechOID)
Sets (as xml) the "mechOID" attribute


unsetMechOID

void unsetMechOID()
Unsets the "mechOID" attribute


getTargetName

String getTargetName()
Gets the "targetName" attribute


xgetTargetName

org.apache.xmlbeans.XmlString xgetTargetName()
Gets (as xml) the "targetName" attribute


isSetTargetName

boolean isSetTargetName()
True if has "targetName" attribute


setTargetName

void setTargetName(String targetName)
Sets the "targetName" attribute


xsetTargetName

void xsetTargetName(org.apache.xmlbeans.XmlString targetName)
Sets (as xml) the "targetName" attribute


unsetTargetName

void unsetTargetName()
Unsets the "targetName" attribute



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