org.spase.parser110
Class PhysicalParameter

java.lang.Object
  extended by org.spase.parser110.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" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ParameterKey"/>
         <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}Dimension" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Measured" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Support" minOccurs="0"/>
       </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  Dimension dimension
           
protected  Measured measured
           
protected  java.lang.String name
           
protected  java.lang.String parameterKey
           
protected  Support support
           
protected  java.lang.String units
           
protected  java.lang.String unitsConversion
           
 
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.
 Dimension getDimension()
          Gets the value of the dimension property.
 Measured getMeasured()
          Gets the value of the measured property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getParameterKey()
          Gets the value of the parameterKey property.
 Support getSupport()
          Gets the value of the support property.
 java.lang.String getUnits()
          Gets the value of the units property.
 java.lang.String getUnitsConversion()
          Gets the value of the unitsConversion 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 setDimension(Dimension value)
          Sets the value of the dimension property.
 void setMeasured(Measured value)
          Sets the value of the measured property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameterKey(java.lang.String value)
          Sets the value of the parameterKey property.
 void setSupport(Support value)
          Sets the value of the support 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.
 
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

dimension

protected Dimension dimension

measured

protected Measured measured

support

protected Support support
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

getDimension

public Dimension getDimension()
Gets the value of the dimension property.

Returns:
possible object is Dimension

setDimension

public void setDimension(Dimension value)
Sets the value of the dimension property.

Parameters:
value - allowed object is Dimension

getMeasured

public Measured getMeasured()
Gets the value of the measured property.

Returns:
possible object is Measured

setMeasured

public void setMeasured(Measured value)
Sets the value of the measured property.

Parameters:
value - allowed object is Measured

getSupport

public Support getSupport()
Gets the value of the support property.

Returns:
possible object is Support

setSupport

public void setSupport(Support value)
Sets the value of the support property.

Parameters:
value - allowed object is Support