|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.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" 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 |
|---|
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 Dimension dimension
protected Measured measured
protected Support support
| 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 Dimension getDimension()
Dimensionpublic void setDimension(Dimension value)
value - allowed object is
Dimensionpublic Measured getMeasured()
Measuredpublic void setMeasured(Measured value)
value - allowed object is
Measuredpublic Support getSupport()
Supportpublic void setSupport(Support value)
value - allowed object is
Support
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||