org.spase.parser134
Class Support

java.lang.Object
  extended by org.spase.parser134.Support

public class Support
extends java.lang.Object

Information useful in understanding the context of an observation, typically observed or measured coincidentally with a physical observation.

Java class for Support complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Support">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Qualifier" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}SupportQuantity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<EnumQualifier> qualifier
           
protected  EnumSupportQuantity supportQuantity
           
 
Constructor Summary
Support()
           
 
Method Summary
 java.util.List<EnumQualifier> getQualifier()
          Gets the value of the qualifier property.
 EnumSupportQuantity getSupportQuantity()
          Gets the value of the supportQuantity property.
 void setSupportQuantity(EnumSupportQuantity value)
          Sets the value of the supportQuantity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qualifier

protected java.util.List<EnumQualifier> qualifier

supportQuantity

protected EnumSupportQuantity supportQuantity
Constructor Detail

Support

public Support()
Method Detail

getQualifier

public java.util.List<EnumQualifier> getQualifier()
Gets the value of the qualifier 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 qualifier property.

For example, to add a new item, do as follows:

    getQualifier().add(newItem);
 

Objects of the following type(s) are allowed in the list EnumQualifier


getSupportQuantity

public EnumSupportQuantity getSupportQuantity()
Gets the value of the supportQuantity property.

Returns:
possible object is EnumSupportQuantity

setSupportQuantity

public void setSupportQuantity(EnumSupportQuantity value)
Sets the value of the supportQuantity property.

Parameters:
value - allowed object is EnumSupportQuantity