Apache CXF API

org.apache.cxf.xkms.model.xkms
Class StatusType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.StatusType

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>
 


Field Summary
protected  List<String> indeterminateReason
           
protected  List<String> invalidReason
           
protected  KeyBindingEnum statusValue
           
protected  List<String> validReason
           
 
Constructor Summary
StatusType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validReason

protected List<String> validReason

indeterminateReason

protected List<String> indeterminateReason

invalidReason

protected List<String> invalidReason

statusValue

protected KeyBindingEnum statusValue
Constructor Detail

StatusType

public StatusType()
Method Detail

getValidReason

public List<String> 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 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


getIndeterminateReason

public 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 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


getInvalidReason

public 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 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


getStatusValue

public KeyBindingEnum getStatusValue()
Gets the value of the statusValue property.

Returns:
possible object is KeyBindingEnum

setStatusValue

public void setStatusValue(KeyBindingEnum value)
Sets the value of the statusValue property.

Parameters:
value - allowed object is KeyBindingEnum

Apache CXF API

Apache CXF