Class StatusType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indeterminateReason property.Gets the value of the invalidReason property.Gets the value of the statusValue property.Gets the value of the validReason property.voidsetStatusValue(KeyBindingEnum value) Sets the value of the statusValue property.
-
Field Details
-
validReason
-
indeterminateReason
-
invalidReason
-
statusValue
-
-
Constructor Details
-
StatusType
public StatusType()
-
-
Method Details
-
getValidReason
Gets the value of the validReason property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getIndeterminateReason
Gets the value of the indeterminateReason property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getInvalidReason
Gets the value of the invalidReason property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getStatusValue
Gets the value of the statusValue property.- Returns:
- possible object is
KeyBindingEnum
-
setStatusValue
Sets the value of the statusValue property.- Parameters:
value- allowed object isKeyBindingEnum
-