public class AvclMessageType extends Object
Java class for avclMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avclMessageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="head" type="{}avclMessageHeadType"/>
<element name="body" type="{}avclMessageBodyType"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
<attribute name="version" use="required" type="{}avclVersion" />
<attribute name="transportStatus" default="none">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="received"/>
<enumeration value="sent"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AvclMessageBodyType |
body |
protected String |
description |
protected AvclMessageHeadType |
head |
protected String |
id |
protected Double |
timeStamp |
protected String |
transportStatus |
protected String |
version |
| Constructor and Description |
|---|
AvclMessageType() |
| Modifier and Type | Method and Description |
|---|---|
AvclMessageBodyType |
getBody()
Gets the value of the body property.
|
String |
getDescription()
Gets the value of the description property.
|
AvclMessageHeadType |
getHead()
Gets the value of the head property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getTransportStatus()
Gets the value of the transportStatus property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBody(AvclMessageBodyType value)
Sets the value of the body property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHead(AvclMessageHeadType value)
Sets the value of the head property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setTransportStatus(String value)
Sets the value of the transportStatus property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected AvclMessageHeadType head
protected AvclMessageBodyType body
protected String version
protected String transportStatus
protected Double timeStamp
protected String description
protected String id
public AvclMessageHeadType getHead()
AvclMessageHeadTypepublic void setHead(AvclMessageHeadType value)
value - allowed object is
AvclMessageHeadTypepublic AvclMessageBodyType getBody()
AvclMessageBodyTypepublic void setBody(AvclMessageBodyType value)
value - allowed object is
AvclMessageBodyTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getTransportStatus()
Stringpublic void setTransportStatus(String value)
value - allowed object is
Stringpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String