|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser121.PhysicalParameter
public class PhysicalParameter
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 |
|---|
protected java.lang.String name
protected java.lang.String parameterKey
protected java.lang.String description
protected java.lang.String caveats
protected javax.xml.datatype.Duration cadence
protected java.lang.String units
protected java.lang.String unitsConversion
protected CoordinateSystem coordinateSystem
protected Structure structure
protected java.lang.String validMin
protected java.lang.String validMax
protected java.lang.String fillValue
protected javax.xml.bind.JAXBElement<?> parameterEntity
| Constructor Detail |
|---|
public PhysicalParameter()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParameterKey()
Stringpublic void setParameterKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaveats()
Stringpublic void setCaveats(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.Duration getCadence()
Durationpublic void setCadence(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitsConversion()
Stringpublic void setUnitsConversion(java.lang.String value)
value - allowed object is
Stringpublic CoordinateSystem getCoordinateSystem()
CoordinateSystempublic void setCoordinateSystem(CoordinateSystem value)
value - allowed object is
CoordinateSystempublic Structure getStructure()
Structurepublic void setStructure(Structure value)
value - allowed object is
Structurepublic java.lang.String getValidMin()
Stringpublic void setValidMin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValidMax()
Stringpublic void setValidMax(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFillValue()
Stringpublic void setFillValue(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<?> getParameterEntity()
JAXBElement<Object>
JAXBElement<EnumSupport>
JAXBElement<Measured>public void setParameterEntity(javax.xml.bind.JAXBElement<?> value)
value - allowed object is
JAXBElement<Object>
JAXBElement<EnumSupport>
JAXBElement<Measured>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||