|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Particle
public class Particle
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 |
|---|
protected java.util.List<EnumParticleType> particleType
protected java.util.List<EnumQualifier> qualifier
protected EnumParticleQuantity particleQuantity
protected java.util.List<java.lang.Double> atomicNumber
protected EnergyRange energyRange
protected AzimuthalAngleRange azimuthalAngleRange
protected PolarAngleRange polarAngleRange
| Constructor Detail |
|---|
public Particle()
| Method Detail |
|---|
public 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
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 EnumParticleQuantity getParticleQuantity()
EnumParticleQuantitypublic void setParticleQuantity(EnumParticleQuantity value)
value - allowed object is
EnumParticleQuantitypublic java.util.List<java.lang.Double> getAtomicNumber()
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
public EnergyRange getEnergyRange()
EnergyRangepublic void setEnergyRange(EnergyRange value)
value - allowed object is
EnergyRangepublic AzimuthalAngleRange getAzimuthalAngleRange()
AzimuthalAngleRangepublic void setAzimuthalAngleRange(AzimuthalAngleRange value)
value - allowed object is
AzimuthalAngleRangepublic PolarAngleRange getPolarAngleRange()
PolarAngleRangepublic void setPolarAngleRange(PolarAngleRange value)
value - allowed object is
PolarAngleRange
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||