public interface ResponseType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ResponseType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
ResponseTokenReferenceType |
addNewTokenReference()
Appends and returns a new empty value (as xml) as the last "token-reference" element
|
String |
getReasonPhrase()
Gets the "reason-phrase" attribute
|
int |
getStatusCode()
Gets the "status-code" attribute
|
ResponseTokenReferenceType[] |
getTokenReferenceArray()
Gets array of all "token-reference" elements
|
ResponseTokenReferenceType |
getTokenReferenceArray(int i)
Gets ith "token-reference" element
|
ResponseTokenReferenceType |
insertNewTokenReference(int i)
Inserts and returns a new empty value (as xml) as the ith "token-reference" element
|
boolean |
isSetReasonPhrase()
True if has "reason-phrase" attribute
|
boolean |
isSetStatusCode()
True if has "status-code" attribute
|
void |
removeTokenReference(int i)
Removes the ith "token-reference" element
|
void |
setReasonPhrase(String reasonPhrase)
Sets the "reason-phrase" attribute
|
void |
setStatusCode(int statusCode)
Sets the "status-code" attribute
|
void |
setTokenReferenceArray(int i,
ResponseTokenReferenceType tokenReference)
Sets ith "token-reference" element
|
void |
setTokenReferenceArray(ResponseTokenReferenceType[] tokenReferenceArray)
Sets array of all "token-reference" element
|
int |
sizeOfTokenReferenceArray()
Returns number of "token-reference" element
|
void |
unsetReasonPhrase()
Unsets the "reason-phrase" attribute
|
void |
unsetStatusCode()
Unsets the "status-code" attribute
|
org.apache.xmlbeans.XmlNormalizedString |
xgetReasonPhrase()
Gets (as xml) the "reason-phrase" attribute
|
org.apache.xmlbeans.XmlUnsignedShort |
xgetStatusCode()
Gets (as xml) the "status-code" attribute
|
void |
xsetReasonPhrase(org.apache.xmlbeans.XmlNormalizedString reasonPhrase)
Sets (as xml) the "reason-phrase" attribute
|
void |
xsetStatusCode(org.apache.xmlbeans.XmlUnsignedShort statusCode)
Sets (as xml) the "status-code" attribute
|
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
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
ResponseTokenReferenceType[] getTokenReferenceArray()
ResponseTokenReferenceType getTokenReferenceArray(int i)
int sizeOfTokenReferenceArray()
void setTokenReferenceArray(ResponseTokenReferenceType[] tokenReferenceArray)
void setTokenReferenceArray(int i, ResponseTokenReferenceType tokenReference)
ResponseTokenReferenceType insertNewTokenReference(int i)
ResponseTokenReferenceType addNewTokenReference()
void removeTokenReference(int i)
int getStatusCode()
org.apache.xmlbeans.XmlUnsignedShort xgetStatusCode()
boolean isSetStatusCode()
void setStatusCode(int statusCode)
void xsetStatusCode(org.apache.xmlbeans.XmlUnsignedShort statusCode)
void unsetStatusCode()
String getReasonPhrase()
org.apache.xmlbeans.XmlNormalizedString xgetReasonPhrase()
boolean isSetReasonPhrase()
void setReasonPhrase(String reasonPhrase)
void xsetReasonPhrase(org.apache.xmlbeans.XmlNormalizedString reasonPhrase)
void unsetReasonPhrase()
Copyright © 2000-2014. All Rights Reserved.