Interface StatusCodeType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface StatusCodeType extends XmlObject
An XML StatusCodeType(@urn:oasis:names:tc:SAML:1.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStatusCodeType.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 StatusCodeTypeaddNewStatusCode()Appends and returns a new empty "StatusCode" elementStatusCodeTypegetStatusCode()Gets the "StatusCode" elementQNamegetValue()Gets the "Value" attributebooleanisSetStatusCode()True if has "StatusCode" elementvoidsetStatusCode(StatusCodeType statusCode)Sets the "StatusCode" elementvoidsetValue(QName value)Sets the "Value" attributevoidunsetStatusCode()Unsets the "StatusCode" elementXmlQNamexgetValue()Gets (as xml) the "Value" attributevoidxsetValue(XmlQName value)Sets (as xml) the "Value" attribute-
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
-
getStatusCode
StatusCodeType getStatusCode()
Gets the "StatusCode" element
-
isSetStatusCode
boolean isSetStatusCode()
True if has "StatusCode" element
-
setStatusCode
void setStatusCode(StatusCodeType statusCode)
Sets the "StatusCode" element
-
addNewStatusCode
StatusCodeType addNewStatusCode()
Appends and returns a new empty "StatusCode" element
-
unsetStatusCode
void unsetStatusCode()
Unsets the "StatusCode" element
-
getValue
QName getValue()
Gets the "Value" attribute
-
xgetValue
XmlQName xgetValue()
Gets (as xml) the "Value" attribute
-
setValue
void setValue(QName value)
Sets the "Value" attribute
-
xsetValue
void xsetValue(XmlQName value)
Sets (as xml) the "Value" attribute
-
-