org.spase.parser110
Class Field

java.lang.Object
  extended by org.spase.parser110.Field

public class Field
extends java.lang.Object

The space around a radiating body within which its electromagnetic attributes can exert force on another similar body that is not in direct contact.

Java class for Field complex type.

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

 <complexType name="Field">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Orientation" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}FieldQualifier" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}FieldQuantity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<EnumFieldQualifier> fieldQualifier
           
protected  EnumFieldQuantity fieldQuantity
           
protected  EnumOrientation orientation
           
 
Constructor Summary
Field()
           
 
Method Summary
 java.util.List<EnumFieldQualifier> getFieldQualifier()
          Gets the value of the fieldQualifier property.
 EnumFieldQuantity getFieldQuantity()
          Gets the value of the fieldQuantity property.
 EnumOrientation getOrientation()
          Gets the value of the orientation property.
 void setFieldQuantity(EnumFieldQuantity value)
          Sets the value of the fieldQuantity property.
 void setOrientation(EnumOrientation value)
          Sets the value of the orientation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orientation

protected EnumOrientation orientation

fieldQualifier

protected java.util.List<EnumFieldQualifier> fieldQualifier

fieldQuantity

protected EnumFieldQuantity fieldQuantity
Constructor Detail

Field

public Field()
Method Detail

getOrientation

public EnumOrientation getOrientation()
Gets the value of the orientation property.

Returns:
possible object is EnumOrientation

setOrientation

public void setOrientation(EnumOrientation value)
Sets the value of the orientation property.

Parameters:
value - allowed object is EnumOrientation

getFieldQualifier

public java.util.List<EnumFieldQualifier> getFieldQualifier()
Gets the value of the fieldQualifier 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 fieldQualifier property.

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

    getFieldQualifier().add(newItem);
 

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


getFieldQuantity

public EnumFieldQuantity getFieldQuantity()
Gets the value of the fieldQuantity property.

Returns:
possible object is EnumFieldQuantity

setFieldQuantity

public void setFieldQuantity(EnumFieldQuantity value)
Sets the value of the fieldQuantity property.

Parameters:
value - allowed object is EnumFieldQuantity