|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Support
public class Support
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}Qualifier" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}SupportQuantity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EnumQualifier> |
qualifier
|
protected EnumSupportQuantity |
supportQuantity
|
| Constructor Summary | |
|---|---|
Support()
|
|
| Method Summary | |
|---|---|
java.util.List<EnumQualifier> |
getQualifier()
Gets the value of the qualifier property. |
EnumSupportQuantity |
getSupportQuantity()
Gets the value of the supportQuantity property. |
void |
setSupportQuantity(EnumSupportQuantity value)
Sets the value of the supportQuantity property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<EnumQualifier> qualifier
protected EnumSupportQuantity supportQuantity
| Constructor Detail |
|---|
public Support()
| Method Detail |
|---|
public java.util.List<EnumQualifier> getQualifier()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qualifier property.
For example, to add a new item, do as follows:
getQualifier().add(newItem);
Objects of the following type(s) are allowed in the list
EnumQualifier
public EnumSupportQuantity getSupportQuantity()
EnumSupportQuantitypublic void setSupportQuantity(EnumSupportQuantity value)
value - allowed object is
EnumSupportQuantity
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||