|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML SSLType(@http://www.openejb.org/xml/ns/corba-css-config-2.0). This is a complex type.
Nested Class Summary | |
static class |
CSSSSLType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
CSSSSLType.TrustList
An XML trustList(@http://www.openejb.org/xml/ns/corba-css-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 | |
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 |
CSSSSLType.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 |
short |
getHandshakeTimeout()
Gets the "handshakeTimeout" attribute |
List |
getRequires()
Gets the "requires" element |
List |
getSupports()
Gets the "supports" element |
CSSTrustEveryoneType |
getTrustEveryone()
Gets the "trustEveryone" element |
CSSSSLType.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 |
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(CSSDescriptionType[] descriptionArray)
Sets array of all "description" element |
void |
setDescriptionArray(int i,
CSSDescriptionType description)
Sets ith "description" element |
void |
setHandshakeTimeout(short handshakeTimeout)
Sets the "handshakeTimeout" attribute |
void |
setRequires(List requires)
Sets the "requires" element |
void |
setSupports(List supports)
Sets the "supports" element |
void |
setTrustEveryone(CSSTrustEveryoneType trustEveryone)
Sets the "trustEveryone" element |
void |
setTrustList(CSSSSLType.TrustList trustList)
Sets the "trustList" element |
void |
setTrustNoone(CSSTrustNooneType 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 |
CSSAssociationOptionList |
xgetRequires()
Gets (as xml) the "requires" element |
CSSAssociationOptionList |
xgetSupports()
Gets (as xml) the "supports" element |
void |
xsetHandshakeTimeout(org.apache.xmlbeans.XmlShort handshakeTimeout)
Sets (as xml) the "handshakeTimeout" attribute |
void |
xsetRequires(CSSAssociationOptionList requires)
Sets (as xml) the "requires" element |
void |
xsetSupports(CSSAssociationOptionList 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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public CSSDescriptionType[] getDescriptionArray()
public CSSDescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(CSSDescriptionType[] descriptionArray)
public void setDescriptionArray(int i, CSSDescriptionType description)
public CSSDescriptionType insertNewDescription(int i)
public CSSDescriptionType addNewDescription()
public void removeDescription(int i)
public List getSupports()
public CSSAssociationOptionList xgetSupports()
public void setSupports(List supports)
public void xsetSupports(CSSAssociationOptionList supports)
public List getRequires()
public CSSAssociationOptionList xgetRequires()
public void setRequires(List requires)
public void xsetRequires(CSSAssociationOptionList requires)
public CSSTrustEveryoneType getTrustEveryone()
public boolean isSetTrustEveryone()
public void setTrustEveryone(CSSTrustEveryoneType trustEveryone)
public CSSTrustEveryoneType addNewTrustEveryone()
public void unsetTrustEveryone()
public CSSTrustNooneType getTrustNoone()
public boolean isSetTrustNoone()
public void setTrustNoone(CSSTrustNooneType trustNoone)
public CSSTrustNooneType addNewTrustNoone()
public void unsetTrustNoone()
public CSSSSLType.TrustList getTrustList()
public boolean isSetTrustList()
public void setTrustList(CSSSSLType.TrustList trustList)
public CSSSSLType.TrustList addNewTrustList()
public void unsetTrustList()
public short getHandshakeTimeout()
public org.apache.xmlbeans.XmlShort xgetHandshakeTimeout()
public boolean isSetHandshakeTimeout()
public void setHandshakeTimeout(short handshakeTimeout)
public void xsetHandshakeTimeout(org.apache.xmlbeans.XmlShort handshakeTimeout)
public void unsetHandshakeTimeout()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |