starlink.AbstractMessage
Class Field

java.lang.Object
  extended by starlink.AbstractMessage.Field

public class Field
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{}PrimitiveField"/>
         <element ref="{}StructuredField"/>
         <element ref="{}SequenceField"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PrimitiveField primitiveField
           
protected  SequenceField sequenceField
           
protected  StructuredField structuredField
           
 
Constructor Summary
Field()
           
 
Method Summary
 PrimitiveField getPrimitiveField()
          Gets the value of the primitiveField property.
 SequenceField getSequenceField()
          Gets the value of the sequenceField property.
 StructuredField getStructuredField()
          Gets the value of the structuredField property.
 int getType()
           
 void setPrimitiveField(PrimitiveField value)
          Sets the value of the primitiveField property.
 void setSequenceField(SequenceField value)
          Sets the value of the sequenceField property.
 void setStructuredField(StructuredField value)
          Sets the value of the structuredField property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primitiveField

protected PrimitiveField primitiveField

structuredField

protected StructuredField structuredField

sequenceField

protected SequenceField sequenceField
Constructor Detail

Field

public Field()
Method Detail

getPrimitiveField

public PrimitiveField getPrimitiveField()
Gets the value of the primitiveField property.

Returns:
possible object is PrimitiveField

setPrimitiveField

public void setPrimitiveField(PrimitiveField value)
Sets the value of the primitiveField property.

Parameters:
value - allowed object is PrimitiveField

getStructuredField

public StructuredField getStructuredField()
Gets the value of the structuredField property.

Returns:
possible object is StructuredField

setStructuredField

public void setStructuredField(StructuredField value)
Sets the value of the structuredField property.

Parameters:
value - allowed object is StructuredField

getSequenceField

public SequenceField getSequenceField()
Gets the value of the sequenceField property.

Returns:
possible object is SequenceField

setSequenceField

public void setSequenceField(SequenceField value)
Sets the value of the sequenceField property.

Parameters:
value - allowed object is SequenceField

getType

public int getType()