|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.Mixed
public class Mixed
A parameter derived from more than one of the type of parameter. For example, plasma beta, the ratio of plasma particle energy density to the energy density of the magnetic field permeating the plasma, is "mixed."
Java class for Mixed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mixed">
<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}MixedQuantity"/>
<element ref="{http://www.spase-group.org/data/schema}ParticleType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumMixedQuantity |
mixedQuantity
|
protected java.util.List<EnumParticleType> |
particleType
|
protected java.util.List<EnumQualifier> |
qualifier
|
| Constructor Summary | |
|---|---|
Mixed()
|
|
| Method Summary | |
|---|---|
EnumMixedQuantity |
getMixedQuantity()
Gets the value of the mixedQuantity property. |
java.util.List<EnumParticleType> |
getParticleType()
Gets the value of the particleType property. |
java.util.List<EnumQualifier> |
getQualifier()
Gets the value of the qualifier property. |
void |
setMixedQuantity(EnumMixedQuantity value)
Sets the value of the mixedQuantity 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 EnumMixedQuantity mixedQuantity
protected java.util.List<EnumParticleType> particleType
| Constructor Detail |
|---|
public Mixed()
| 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 EnumMixedQuantity getMixedQuantity()
EnumMixedQuantitypublic void setMixedQuantity(EnumMixedQuantity value)
value - allowed object is
EnumMixedQuantitypublic java.util.List<EnumParticleType> getParticleType()
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 particleType property.
For example, to add a new item, do as follows:
getParticleType().add(newItem);
Objects of the following type(s) are allowed in the list
EnumParticleType
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||