Class StatusType
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.StatusType
- Direct Known Subclasses:
StatusImpl
Java class for StatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512}StatusCodeOpenEnum"/>
<element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
-
reason
-
-
Constructor Details
-
StatusType
public StatusType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isString
-