org.openejb.xbeans.csiv2.tss
Interface TSSSECIOPType

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

public interface TSSSECIOPType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TSSSECIOPType.Factory
          A factory class with static methods for creating instances of this type.
static interface TSSSECIOPType.TrustList
          An XML trustList(@http://www.openejb.org/xml/ns/corba-tss-config-2.0).
 
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
 TSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 TSSTransportAddressType addNewTransportAddress()
          Appends and returns a new empty value (as xml) as the last "transportAddress" element
 TSSTrustEveryoneType addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 TSSSECIOPType.TrustList addNewTrustList()
          Appends and returns a new empty "trustList" element
 TSSTrustNooneType addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 TSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 TSSDescriptionType 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
 TSSTransportAddressType[] getTransportAddressArray()
          Gets array of all "transportAddress" elements
 TSSTransportAddressType getTransportAddressArray(int i)
          Gets ith "transportAddress" element
 TSSTrustEveryoneType getTrustEveryone()
          Gets the "trustEveryone" element
 TSSSECIOPType.TrustList getTrustList()
          Gets the "trustList" element
 TSSTrustNooneType getTrustNoone()
          Gets the "trustNoone" element
 TSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 TSSTransportAddressType insertNewTransportAddress(int i)
          Inserts and returns a new empty value (as xml) as the ith "transportAddress" 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 removeTransportAddress(int i)
          Removes the ith "transportAddress" element
 void setDescriptionArray(int i, TSSDescriptionType description)
          Sets ith "description" element
 void setDescriptionArray(TSSDescriptionType[] descriptionArray)
          Sets array of all "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 setTransportAddressArray(int i, TSSTransportAddressType transportAddress)
          Sets ith "transportAddress" element
 void setTransportAddressArray(TSSTransportAddressType[] transportAddressArray)
          Sets array of all "transportAddress" element
 void setTrustEveryone(TSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void setTrustList(TSSSECIOPType.TrustList trustList)
          Sets the "trustList" element
 void setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfTransportAddressArray()
          Returns number of "transportAddress" 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
 TSSAssociationOptionList xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList 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(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void xsetSupports(TSSAssociationOptionList 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

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

getDescriptionArray

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


getDescriptionArray

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


sizeOfDescriptionArray

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


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

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


getSupports

public List getSupports()
Gets the "supports" element


xgetSupports

public TSSAssociationOptionList xgetSupports()
Gets (as xml) the "supports" element


setSupports

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


xsetSupports

public void xsetSupports(TSSAssociationOptionList supports)
Sets (as xml) the "supports" element


getRequires

public List getRequires()
Gets the "requires" element


xgetRequires

public TSSAssociationOptionList xgetRequires()
Gets (as xml) the "requires" element


setRequires

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


xsetRequires

public void xsetRequires(TSSAssociationOptionList requires)
Sets (as xml) the "requires" element


getTransportAddressArray

public TSSTransportAddressType[] getTransportAddressArray()
Gets array of all "transportAddress" elements


getTransportAddressArray

public TSSTransportAddressType getTransportAddressArray(int i)
Gets ith "transportAddress" element


sizeOfTransportAddressArray

public int sizeOfTransportAddressArray()
Returns number of "transportAddress" element


setTransportAddressArray

public void setTransportAddressArray(TSSTransportAddressType[] transportAddressArray)
Sets array of all "transportAddress" element


setTransportAddressArray

public void setTransportAddressArray(int i,
                                     TSSTransportAddressType transportAddress)
Sets ith "transportAddress" element


insertNewTransportAddress

public TSSTransportAddressType insertNewTransportAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "transportAddress" element


addNewTransportAddress

public TSSTransportAddressType addNewTransportAddress()
Appends and returns a new empty value (as xml) as the last "transportAddress" element


removeTransportAddress

public void removeTransportAddress(int i)
Removes the ith "transportAddress" element


getTrustEveryone

public TSSTrustEveryoneType getTrustEveryone()
Gets the "trustEveryone" element


isSetTrustEveryone

public boolean isSetTrustEveryone()
True if has "trustEveryone" element


setTrustEveryone

public void setTrustEveryone(TSSTrustEveryoneType trustEveryone)
Sets the "trustEveryone" element


addNewTrustEveryone

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


unsetTrustEveryone

public void unsetTrustEveryone()
Unsets the "trustEveryone" element


getTrustNoone

public TSSTrustNooneType getTrustNoone()
Gets the "trustNoone" element


isSetTrustNoone

public boolean isSetTrustNoone()
True if has "trustNoone" element


setTrustNoone

public void setTrustNoone(TSSTrustNooneType trustNoone)
Sets the "trustNoone" element


addNewTrustNoone

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


unsetTrustNoone

public void unsetTrustNoone()
Unsets the "trustNoone" element


getTrustList

public TSSSECIOPType.TrustList getTrustList()
Gets the "trustList" element


isSetTrustList

public boolean isSetTrustList()
True if has "trustList" element


setTrustList

public void setTrustList(TSSSECIOPType.TrustList trustList)
Sets the "trustList" element


addNewTrustList

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


unsetTrustList

public void unsetTrustList()
Unsets the "trustList" element


getMechOID

public String getMechOID()
Gets the "mechOID" attribute


xgetMechOID

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


isSetMechOID

public boolean isSetMechOID()
True if has "mechOID" attribute


setMechOID

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


xsetMechOID

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


unsetMechOID

public void unsetMechOID()
Unsets the "mechOID" attribute


getTargetName

public String getTargetName()
Gets the "targetName" attribute


xgetTargetName

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


isSetTargetName

public boolean isSetTargetName()
True if has "targetName" attribute


setTargetName

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


xsetTargetName

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


unsetTargetName

public void unsetTargetName()
Unsets the "targetName" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.