org.apache.geronimo.corba.xbeans.csiv2.tss
Interface TSSSSLType

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

public interface TSSSSLType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TSSSSLType.Factory
          A factory class with static methods for creating instances of this type.
static interface TSSSSLType.TrustList
          An XML trustList(@http://openejb.apache.org/xml/ns/corba-tss-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
 TSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 TSSTrustEveryoneType addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 TSSSSLType.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
 short getHandshakeTimeout()
          Gets the "handshakeTimeout" attribute
 String getHostname()
          Gets the "hostname" attribute
 short getPort()
          Gets the "port" attribute
 List getRequires()
          Gets the "requires" element
 List getSupports()
          Gets the "supports" element
 TSSTrustEveryoneType getTrustEveryone()
          Gets the "trustEveryone" element
 TSSSSLType.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
 boolean isSetHandshakeTimeout()
          True if has "handshakeTimeout" 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(int i, TSSDescriptionType description)
          Sets ith "description" element
 void setDescriptionArray(TSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setHandshakeTimeout(short handshakeTimeout)
          Sets the "handshakeTimeout" attribute
 void setHostname(String hostname)
          Sets the "hostname" attribute
 void setPort(short port)
          Sets the "port" attribute
 void setRequires(List requires)
          Sets the "requires" element
 void setSupports(List supports)
          Sets the "supports" element
 void setTrustEveryone(TSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void setTrustList(TSSSSLType.TrustList trustList)
          Sets the "trustList" element
 void setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetHandshakeTimeout()
          Unsets the "handshakeTimeout" attribute
 void unsetTrustEveryone()
          Unsets the "trustEveryone" element
 void unsetTrustList()
          Unsets the "trustList" element
 void unsetTrustNoone()
          Unsets the "trustNoone" element
 org.apache.xmlbeans.XmlShort xgetHandshakeTimeout()
          Gets (as xml) the "handshakeTimeout" attribute
 org.apache.xmlbeans.XmlString xgetHostname()
          Gets (as xml) the "hostname" attribute
 org.apache.xmlbeans.XmlShort xgetPort()
          Gets (as xml) the "port" attribute
 TSSAssociationOptionList xgetRequires()
          Gets (as xml) the "requires" element
 TSSAssociationOptionList xgetSupports()
          Gets (as xml) the "supports" element
 void xsetHandshakeTimeout(org.apache.xmlbeans.XmlShort handshakeTimeout)
          Sets (as xml) the "handshakeTimeout" attribute
 void xsetHostname(org.apache.xmlbeans.XmlString hostname)
          Sets (as xml) the "hostname" attribute
 void xsetPort(org.apache.xmlbeans.XmlShort port)
          Sets (as xml) the "port" attribute
 void xsetRequires(TSSAssociationOptionList requires)
          Sets (as xml) the "requires" element
 void xsetSupports(TSSAssociationOptionList supports)
          Sets (as xml) the "supports" 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

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


getDescriptionArray

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


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

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


setDescriptionArray

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


insertNewDescription

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


addNewDescription

TSSDescriptionType 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

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


setSupports

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


xsetSupports

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


getRequires

List getRequires()
Gets the "requires" element


xgetRequires

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


setRequires

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


xsetRequires

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


getTrustEveryone

TSSTrustEveryoneType getTrustEveryone()
Gets the "trustEveryone" element


isSetTrustEveryone

boolean isSetTrustEveryone()
True if has "trustEveryone" element


setTrustEveryone

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


addNewTrustEveryone

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


unsetTrustEveryone

void unsetTrustEveryone()
Unsets the "trustEveryone" element


getTrustNoone

TSSTrustNooneType getTrustNoone()
Gets the "trustNoone" element


isSetTrustNoone

boolean isSetTrustNoone()
True if has "trustNoone" element


setTrustNoone

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


addNewTrustNoone

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


unsetTrustNoone

void unsetTrustNoone()
Unsets the "trustNoone" element


getTrustList

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


isSetTrustList

boolean isSetTrustList()
True if has "trustList" element


setTrustList

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


addNewTrustList

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


unsetTrustList

void unsetTrustList()
Unsets the "trustList" element


getPort

short getPort()
Gets the "port" attribute


xgetPort

org.apache.xmlbeans.XmlShort xgetPort()
Gets (as xml) the "port" attribute


setPort

void setPort(short port)
Sets the "port" attribute


xsetPort

void xsetPort(org.apache.xmlbeans.XmlShort port)
Sets (as xml) the "port" attribute


getHostname

String getHostname()
Gets the "hostname" attribute


xgetHostname

org.apache.xmlbeans.XmlString xgetHostname()
Gets (as xml) the "hostname" attribute


setHostname

void setHostname(String hostname)
Sets the "hostname" attribute


xsetHostname

void xsetHostname(org.apache.xmlbeans.XmlString hostname)
Sets (as xml) the "hostname" attribute


getHandshakeTimeout

short getHandshakeTimeout()
Gets the "handshakeTimeout" attribute


xgetHandshakeTimeout

org.apache.xmlbeans.XmlShort xgetHandshakeTimeout()
Gets (as xml) the "handshakeTimeout" attribute


isSetHandshakeTimeout

boolean isSetHandshakeTimeout()
True if has "handshakeTimeout" attribute


setHandshakeTimeout

void setHandshakeTimeout(short handshakeTimeout)
Sets the "handshakeTimeout" attribute


xsetHandshakeTimeout

void xsetHandshakeTimeout(org.apache.xmlbeans.XmlShort handshakeTimeout)
Sets (as xml) the "handshakeTimeout" attribute


unsetHandshakeTimeout

void unsetHandshakeTimeout()
Unsets the "handshakeTimeout" attribute



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