org.spase.parser134
Class Particle

java.lang.Object
  extended by org.spase.parser134.Particle

public class Particle
extends java.lang.Object

A description of the types of particles observed in the measurement. This includes both direct observations and inferred observations.

Java class for Particle complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Particle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}ParticleType" maxOccurs="unbounded"/>
         <element ref="{http://www.spase-group.org/data/schema}Qualifier" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ParticleQuantity"/>
         <element ref="{http://www.spase-group.org/data/schema}AtomicNumber" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}EnergyRange" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}AzimuthalAngleRange" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}PolarAngleRange" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Double> atomicNumber
           
protected  AzimuthalAngleRange azimuthalAngleRange
           
protected  EnergyRange energyRange
           
protected  EnumParticleQuantity particleQuantity
           
protected  java.util.List<EnumParticleType> particleType
           
protected  PolarAngleRange polarAngleRange
           
protected  java.util.List<EnumQualifier> qualifier
           
 
Constructor Summary
Particle()
           
 
Method Summary
 java.util.List<java.lang.Double> getAtomicNumber()
          Gets the value of the atomicNumber property.
 AzimuthalAngleRange getAzimuthalAngleRange()
          Gets the value of the azimuthalAngleRange property.
 EnergyRange getEnergyRange()
          Gets the value of the energyRange property.
 EnumParticleQuantity getParticleQuantity()
          Gets the value of the particleQuantity property.
 java.util.List<EnumParticleType> getParticleType()
          Gets the value of the particleType property.
 PolarAngleRange getPolarAngleRange()
          Gets the value of the polarAngleRange property.
 java.util.List<EnumQualifier> getQualifier()
          Gets the value of the qualifier property.
 void setAzimuthalAngleRange(AzimuthalAngleRange value)
          Sets the value of the azimuthalAngleRange property.
 void setEnergyRange(EnergyRange value)
          Sets the value of the energyRange property.
 void setParticleQuantity(EnumParticleQuantity value)
          Sets the value of the particleQuantity property.
 void setPolarAngleRange(PolarAngleRange value)
          Sets the value of the polarAngleRange property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

particleType

protected java.util.List<EnumParticleType> particleType

qualifier

protected java.util.List<EnumQualifier> qualifier

particleQuantity

protected EnumParticleQuantity particleQuantity

atomicNumber

protected java.util.List<java.lang.Double> atomicNumber

energyRange

protected EnergyRange energyRange

azimuthalAngleRange

protected AzimuthalAngleRange azimuthalAngleRange

polarAngleRange

protected PolarAngleRange polarAngleRange
Constructor Detail

Particle

public Particle()
Method Detail

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


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


getParticleQuantity

public EnumParticleQuantity getParticleQuantity()
Gets the value of the particleQuantity property.

Returns:
possible object is EnumParticleQuantity

setParticleQuantity

public void setParticleQuantity(EnumParticleQuantity value)
Sets the value of the particleQuantity property.

Parameters:
value - allowed object is EnumParticleQuantity

getAtomicNumber

public java.util.List<java.lang.Double> getAtomicNumber()
Gets the value of the atomicNumber 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 atomicNumber property.

For example, to add a new item, do as follows:

    getAtomicNumber().add(newItem);
 

Objects of the following type(s) are allowed in the list Double


getEnergyRange

public EnergyRange getEnergyRange()
Gets the value of the energyRange property.

Returns:
possible object is EnergyRange

setEnergyRange

public void setEnergyRange(EnergyRange value)
Sets the value of the energyRange property.

Parameters:
value - allowed object is EnergyRange

getAzimuthalAngleRange

public AzimuthalAngleRange getAzimuthalAngleRange()
Gets the value of the azimuthalAngleRange property.

Returns:
possible object is AzimuthalAngleRange

setAzimuthalAngleRange

public void setAzimuthalAngleRange(AzimuthalAngleRange value)
Sets the value of the azimuthalAngleRange property.

Parameters:
value - allowed object is AzimuthalAngleRange

getPolarAngleRange

public PolarAngleRange getPolarAngleRange()
Gets the value of the polarAngleRange property.

Returns:
possible object is PolarAngleRange

setPolarAngleRange

public void setPolarAngleRange(PolarAngleRange value)
Sets the value of the polarAngleRange property.

Parameters:
value - allowed object is PolarAngleRange