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()
GroupActionElementType
public void setGroupAction(GroupActionElementType value)
value
- allowed object is
GroupActionElementType
public NoValueElementType getPing()
NoValueElementType
public void setPing(NoValueElementType value)
value
- allowed object is
NoValueElementType
public TelemetryElementType getTelemetry()
TelemetryElementType
public void setTelemetry(TelemetryElementType value)
value
- allowed object is
TelemetryElementType
public ConfigurationElementType getCharacteristics()
ConfigurationElementType
public void setCharacteristics(ConfigurationElementType value)
value
- allowed object is
ConfigurationElementType
public InformationRequestElementType getInformationRequest()
InformationRequestElementType
public void setInformationRequest(InformationRequestElementType value)
value
- allowed object is
InformationRequestElementType
public NoValueElementType getRendezvous()
NoValueElementType
public void setRendezvous(NoValueElementType value)
value
- allowed object is
NoValueElementType