Interface StatusType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface StatusType extends XmlObject
An XML StatusType(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatusType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()Gets the "Code" elementStringgetReason()Gets the "Reason" elementbooleanisSetReason()True if has "Reason" elementvoidsetCode(String code)Sets the "Code" elementvoidsetReason(String reason)Sets the "Reason" elementvoidunsetReason()Unsets the "Reason" elementStatusCodeOpenEnumxgetCode()Gets (as xml) the "Code" elementXmlStringxgetReason()Gets (as xml) the "Reason" elementvoidxsetCode(StatusCodeOpenEnum code)Sets (as xml) the "Code" elementvoidxsetReason(XmlString reason)Sets (as xml) the "Reason" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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 SchemaType type
-
-
Method Detail
-
getCode
String getCode()
Gets the "Code" element
-
xgetCode
StatusCodeOpenEnum xgetCode()
Gets (as xml) the "Code" element
-
setCode
void setCode(String code)
Sets the "Code" element
-
xsetCode
void xsetCode(StatusCodeOpenEnum code)
Sets (as xml) the "Code" element
-
getReason
String getReason()
Gets the "Reason" element
-
xgetReason
XmlString xgetReason()
Gets (as xml) the "Reason" element
-
isSetReason
boolean isSetReason()
True if has "Reason" element
-
setReason
void setReason(String reason)
Sets the "Reason" element
-
xsetReason
void xsetReason(XmlString reason)
Sets (as xml) the "Reason" element
-
unsetReason
void unsetReason()
Unsets the "Reason" element
-
-