org.spase.parser121
Class PhysicalParameter

java.lang.Object
  extended by org.spase.parser121.PhysicalParameter

public class PhysicalParameter
extends java.lang.Object

A container of information regarding a parameter whose values are part of the product. Every product contains or can be related to one or more parameters.

Java class for PhysicalParameter complex type.

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

 <complexType name="PhysicalParameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Name"/>
         <element ref="{http://www.spase-group.org/data/schema}ParameterKey" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Description" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Caveats" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Cadence" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Units" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}UnitsConversion" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}CoordinateSystem" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Structure" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ValidMin" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ValidMax" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}FillValue" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ParameterEntity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.Duration cadence
           
protected  java.lang.String caveats
           
protected  CoordinateSystem coordinateSystem
           
protected  java.lang.String description
           
protected  java.lang.String fillValue
           
protected  java.lang.String name
           
protected  javax.xml.bind.JAXBElement<?> parameterEntity
           
protected  java.lang.String parameterKey
           
protected  Structure structure
           
protected  java.lang.String units
           
protected  java.lang.String unitsConversion
           
protected  java.lang.String validMax
           
protected  java.lang.String validMin
           
 
Constructor Summary
PhysicalParameter()
           
 
Method Summary
 javax.xml.datatype.Duration getCadence()
          Gets the value of the cadence property.
 java.lang.String getCaveats()
          Gets the value of the caveats property.
 CoordinateSystem getCoordinateSystem()
          Gets the value of the coordinateSystem property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getFillValue()
          Gets the value of the fillValue property.
 java.lang.String getName()
          Gets the value of the name property.
 javax.xml.bind.JAXBElement<?> getParameterEntity()
          Gets the value of the parameterEntity property.
 java.lang.String getParameterKey()
          Gets the value of the parameterKey property.
 Structure getStructure()
          Gets the value of the structure property.
 java.lang.String getUnits()
          Gets the value of the units property.
 java.lang.String getUnitsConversion()
          Gets the value of the unitsConversion property.
 java.lang.String getValidMax()
          Gets the value of the validMax property.
 java.lang.String getValidMin()
          Gets the value of the validMin property.
 void setCadence(javax.xml.datatype.Duration value)
          Sets the value of the cadence property.
 void setCaveats(java.lang.String value)
          Sets the value of the caveats property.
 void setCoordinateSystem(CoordinateSystem value)
          Sets the value of the coordinateSystem property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFillValue(java.lang.String value)
          Sets the value of the fillValue property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameterEntity(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the parameterEntity property.
 void setParameterKey(java.lang.String value)
          Sets the value of the parameterKey property.
 void setStructure(Structure value)
          Sets the value of the structure property.
 void setUnits(java.lang.String value)
          Sets the value of the units property.
 void setUnitsConversion(java.lang.String value)
          Sets the value of the unitsConversion property.
 void setValidMax(java.lang.String value)
          Sets the value of the validMax property.
 void setValidMin(java.lang.String value)
          Sets the value of the validMin property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

parameterKey

protected java.lang.String parameterKey

description

protected java.lang.String description

caveats

protected java.lang.String caveats

cadence

protected javax.xml.datatype.Duration cadence

units

protected java.lang.String units

unitsConversion

protected java.lang.String unitsConversion

coordinateSystem

protected CoordinateSystem coordinateSystem

structure

protected Structure structure

validMin

protected java.lang.String validMin

validMax

protected java.lang.String validMax

fillValue

protected java.lang.String fillValue

parameterEntity

protected javax.xml.bind.JAXBElement<?> parameterEntity
Constructor Detail

PhysicalParameter

public PhysicalParameter()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getParameterKey

public java.lang.String getParameterKey()
Gets the value of the parameterKey property.

Returns:
possible object is String

setParameterKey

public void setParameterKey(java.lang.String value)
Sets the value of the parameterKey property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getCaveats

public java.lang.String getCaveats()
Gets the value of the caveats property.

Returns:
possible object is String

setCaveats

public void setCaveats(java.lang.String value)
Sets the value of the caveats property.

Parameters:
value - allowed object is String

getCadence

public javax.xml.datatype.Duration getCadence()
Gets the value of the cadence property.

Returns:
possible object is Duration

setCadence

public void setCadence(javax.xml.datatype.Duration value)
Sets the value of the cadence property.

Parameters:
value - allowed object is Duration

getUnits

public java.lang.String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(java.lang.String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getUnitsConversion

public java.lang.String getUnitsConversion()
Gets the value of the unitsConversion property.

Returns:
possible object is String

setUnitsConversion

public void setUnitsConversion(java.lang.String value)
Sets the value of the unitsConversion property.

Parameters:
value - allowed object is String

getCoordinateSystem

public CoordinateSystem getCoordinateSystem()
Gets the value of the coordinateSystem property.

Returns:
possible object is CoordinateSystem

setCoordinateSystem

public void setCoordinateSystem(CoordinateSystem value)
Sets the value of the coordinateSystem property.

Parameters:
value - allowed object is CoordinateSystem

getStructure

public Structure getStructure()
Gets the value of the structure property.

Returns:
possible object is Structure

setStructure

public void setStructure(Structure value)
Sets the value of the structure property.

Parameters:
value - allowed object is Structure

getValidMin

public java.lang.String getValidMin()
Gets the value of the validMin property.

Returns:
possible object is String

setValidMin

public void setValidMin(java.lang.String value)
Sets the value of the validMin property.

Parameters:
value - allowed object is String

getValidMax

public java.lang.String getValidMax()
Gets the value of the validMax property.

Returns:
possible object is String

setValidMax

public void setValidMax(java.lang.String value)
Sets the value of the validMax property.

Parameters:
value - allowed object is String

getFillValue

public java.lang.String getFillValue()
Gets the value of the fillValue property.

Returns:
possible object is String

setFillValue

public void setFillValue(java.lang.String value)
Sets the value of the fillValue property.

Parameters:
value - allowed object is String

getParameterEntity

public javax.xml.bind.JAXBElement<?> getParameterEntity()
Gets the value of the parameterEntity property.

Returns:
possible object is JAXBElement<Object> JAXBElement<EnumSupport> JAXBElement<Measured>

setParameterEntity

public void setParameterEntity(javax.xml.bind.JAXBElement<?> value)
Sets the value of the parameterEntity property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<EnumSupport> JAXBElement<Measured>