Class StatusType
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.StatusType
-
- Direct Known Subclasses:
StatusImpl
public class StatusType extends Object
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://schemas.xmlsoap.org/ws/2005/02/trust}StatusCodeOpenEnum"/> <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description StatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.StringgetReason()Gets the value of the reason property.voidsetCode(String value)Sets the value of the code property.voidsetReason(String value)Sets the value of the reason property.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
-