public class AvclMessageBodyType extends Object
Java class for avclMessageBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avclMessageBodyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}MessageBodyContent" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationElementType |
characteristics |
protected GroupActionElementType |
groupAction |
protected InformationRequestElementType |
informationRequest |
protected NoValueElementType |
ping |
protected NoValueElementType |
rendezvous |
protected TelemetryElementType |
telemetry |
| Constructor and Description |
|---|
AvclMessageBodyType() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationElementType |
getCharacteristics()
Gets the value of the characteristics property.
|
GroupActionElementType |
getGroupAction()
Gets the value of the groupAction property.
|
InformationRequestElementType |
getInformationRequest()
Gets the value of the informationRequest property.
|
NoValueElementType |
getPing()
Gets the value of the ping property.
|
NoValueElementType |
getRendezvous()
Gets the value of the rendezvous property.
|
TelemetryElementType |
getTelemetry()
Gets the value of the telemetry property.
|
void |
setCharacteristics(ConfigurationElementType value)
Sets the value of the characteristics property.
|
void |
setGroupAction(GroupActionElementType value)
Sets the value of the groupAction property.
|
void |
setInformationRequest(InformationRequestElementType value)
Sets the value of the informationRequest property.
|
void |
setPing(NoValueElementType value)
Sets the value of the ping property.
|
void |
setRendezvous(NoValueElementType value)
Sets the value of the rendezvous property.
|
void |
setTelemetry(TelemetryElementType value)
Sets the value of the telemetry property.
|
protected GroupActionElementType groupAction
protected NoValueElementType ping
protected TelemetryElementType telemetry
protected ConfigurationElementType characteristics
protected InformationRequestElementType informationRequest
protected NoValueElementType rendezvous
public GroupActionElementType getGroupAction()
GroupActionElementTypepublic void setGroupAction(GroupActionElementType value)
value - allowed object is
GroupActionElementTypepublic NoValueElementType getPing()
NoValueElementTypepublic void setPing(NoValueElementType value)
value - allowed object is
NoValueElementTypepublic TelemetryElementType getTelemetry()
TelemetryElementTypepublic void setTelemetry(TelemetryElementType value)
value - allowed object is
TelemetryElementTypepublic ConfigurationElementType getCharacteristics()
ConfigurationElementTypepublic void setCharacteristics(ConfigurationElementType value)
value - allowed object is
ConfigurationElementTypepublic InformationRequestElementType getInformationRequest()
InformationRequestElementTypepublic void setInformationRequest(InformationRequestElementType value)
value - allowed object is
InformationRequestElementTypepublic NoValueElementType getRendezvous()
NoValueElementTypepublic void setRendezvous(NoValueElementType value)
value - allowed object is
NoValueElementType