public class AvclMessageHeadType extends Object
Java class for avclMessageHeadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avclMessageHeadType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}meta" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Priority" minOccurs="0"/> <element ref="{}Sender"/> <element ref="{}Recipient" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Acknowledge" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AcknowledgeElementType |
acknowledge |
protected List<MetaType> |
meta |
protected PriorityElementType |
priority |
protected List<NonNegativeIntegerElementType> |
recipient |
protected NonNegativeIntegerElementType |
sender |
Constructor and Description |
---|
AvclMessageHeadType() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeElementType |
getAcknowledge()
Gets the value of the acknowledge property.
|
List<MetaType> |
getMeta()
Gets the value of the meta property.
|
PriorityElementType |
getPriority()
Gets the value of the priority property.
|
List<NonNegativeIntegerElementType> |
getRecipient()
Gets the value of the recipient property.
|
NonNegativeIntegerElementType |
getSender()
Gets the value of the sender property.
|
void |
setAcknowledge(AcknowledgeElementType value)
Sets the value of the acknowledge property.
|
void |
setPriority(PriorityElementType value)
Sets the value of the priority property.
|
void |
setSender(NonNegativeIntegerElementType value)
Sets the value of the sender property.
|
protected PriorityElementType priority
protected NonNegativeIntegerElementType sender
protected List<NonNegativeIntegerElementType> recipient
protected AcknowledgeElementType acknowledge
public List<MetaType> getMeta()
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 meta property.
For example, to add a new item, do as follows:
getMeta().add(newItem);
Objects of the following type(s) are allowed in the list
MetaType
public PriorityElementType getPriority()
PriorityElementType
public void setPriority(PriorityElementType value)
value
- allowed object is
PriorityElementType
public NonNegativeIntegerElementType getSender()
NonNegativeIntegerElementType
public void setSender(NonNegativeIntegerElementType value)
value
- allowed object is
NonNegativeIntegerElementType
public List<NonNegativeIntegerElementType> getRecipient()
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 recipient property.
For example, to add a new item, do as follows:
getRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
NonNegativeIntegerElementType
public AcknowledgeElementType getAcknowledge()
AcknowledgeElementType
public void setAcknowledge(AcknowledgeElementType value)
value
- allowed object is
AcknowledgeElementType