org.spase.parser110
Class Support

java.lang.Object
  extended by org.spase.parser110.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}Other" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Positional" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Temporal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String other
           
protected  Positional positional
           
protected  java.lang.String temporal
           
 
Constructor Summary
Support()
           
 
Method Summary
 java.lang.String getOther()
          Gets the value of the other property.
 Positional getPositional()
          Gets the value of the positional property.
 java.lang.String getTemporal()
          Gets the value of the temporal property.
 void setOther(java.lang.String value)
          Sets the value of the other property.
 void setPositional(Positional value)
          Sets the value of the positional property.
 void setTemporal(java.lang.String value)
          Sets the value of the temporal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

other

protected java.lang.String other

positional

protected Positional positional

temporal

protected java.lang.String temporal
Constructor Detail

Support

public Support()
Method Detail

getOther

public java.lang.String getOther()
Gets the value of the other property.

Returns:
possible object is String

setOther

public void setOther(java.lang.String value)
Sets the value of the other property.

Parameters:
value - allowed object is String

getPositional

public Positional getPositional()
Gets the value of the positional property.

Returns:
possible object is Positional

setPositional

public void setPositional(Positional value)
Sets the value of the positional property.

Parameters:
value - allowed object is Positional

getTemporal

public java.lang.String getTemporal()
Gets the value of the temporal property.

Returns:
possible object is String

setTemporal

public void setTemporal(java.lang.String value)
Sets the value of the temporal property.

Parameters:
value - allowed object is String