public class CommunicationsConfiguration extends Object
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">
       <sequence>
         <element name="serial" type="{http://www.nps.edu/AUVW}serial"/>
         <element name="dis" type="{http://www.nps.edu/AUVW}dis"/>
         <element name="chat" type="{http://www.nps.edu/AUVW}chat"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Chat | chat | 
| protected String | description | 
| protected Dis | dis | 
| protected Serial | serial | 
| Constructor and Description | 
|---|
| CommunicationsConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| Chat | getChat()Gets the value of the chat property. | 
| String | getDescription()Gets the value of the description property. | 
| Dis | getDis()Gets the value of the dis property. | 
| Serial | getSerial()Gets the value of the serial property. | 
| void | setChat(Chat value)Sets the value of the chat property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setDis(Dis value)Sets the value of the dis property. | 
| void | setSerial(Serial value)Sets the value of the serial property. | 
protected Serial serial
protected Dis dis
protected Chat chat
protected String description
public Serial getSerial()
Serialpublic void setSerial(Serial value)
value - allowed object is
     Serialpublic void setDis(Dis value)
value - allowed object is
     Dispublic void setChat(Chat value)
value - allowed object is
     Chatpublic String getDescription()
String