|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstarlink.AbstractMessage.Field
public class Field
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 |
---|
protected PrimitiveField primitiveField
protected StructuredField structuredField
protected SequenceField sequenceField
Constructor Detail |
---|
public Field()
Method Detail |
---|
public PrimitiveField getPrimitiveField()
PrimitiveField
public void setPrimitiveField(PrimitiveField value)
value
- allowed object is
PrimitiveField
public StructuredField getStructuredField()
StructuredField
public void setStructuredField(StructuredField value)
value
- allowed object is
StructuredField
public SequenceField getSequenceField()
SequenceField
public void setSequenceField(SequenceField value)
value
- allowed object is
SequenceField
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |