org.spase.parser200
Class Mixed

java.lang.Object
  extended by org.spase.parser200.Mixed

public class Mixed
extends java.lang.Object

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

qualifier

protected java.util.List<EnumQualifier> qualifier

mixedQuantity

protected EnumMixedQuantity mixedQuantity

particleType

protected java.util.List<EnumParticleType> particleType
Constructor Detail

Mixed

public Mixed()
Method Detail

getQualifier

public java.util.List<EnumQualifier> getQualifier()
Gets the value of the qualifier property.

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


getMixedQuantity

public EnumMixedQuantity getMixedQuantity()
Gets the value of the mixedQuantity property.

Returns:
possible object is EnumMixedQuantity

setMixedQuantity

public void setMixedQuantity(EnumMixedQuantity value)
Sets the value of the mixedQuantity property.

Parameters:
value - allowed object is EnumMixedQuantity

getParticleType

public java.util.List<EnumParticleType> getParticleType()
Gets the value of the particleType property.

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