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 ref="{http://www.w3.org/2002/03/xkms#}ValidReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}IndeterminateReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}InvalidReason" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="StatusValue" use="required" type="{http://www.w3.org/2002/03/xkms#}KeyBindingEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
indeterminateReason |
protected List<String> |
invalidReason |
protected KeyBindingEnum |
statusValue |
protected List<String> |
validReason |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIndeterminateReason()
Gets the value of the indeterminateReason property.
|
List<String> |
getInvalidReason()
Gets the value of the invalidReason property.
|
KeyBindingEnum |
getStatusValue()
Gets the value of the statusValue property.
|
List<String> |
getValidReason()
Gets the value of the validReason property.
|
void |
setStatusValue(KeyBindingEnum value)
Sets the value of the statusValue property.
|
protected KeyBindingEnum statusValue
public List<String> getValidReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the validReason property.
For example, to add a new item, do as follows:
getValidReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getIndeterminateReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the indeterminateReason property.
For example, to add a new item, do as follows:
getIndeterminateReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getInvalidReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the invalidReason property.
For example, to add a new item, do as follows:
getInvalidReason().add(newItem);
Objects of the following type(s) are allowed in the list
String
public KeyBindingEnum getStatusValue()
KeyBindingEnumpublic void setStatusValue(KeyBindingEnum value)
value - allowed object is
KeyBindingEnumApache CXF