public class Dis extends Object
Java class for dis complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="dis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sendNative" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="sendXML" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected boolean | sendNative | 
| protected boolean | sendXML | 
| Constructor and Description | 
|---|
| Dis() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isSendNative()Gets the value of the sendNative property. | 
| boolean | isSendXML()Gets the value of the sendXML property. | 
| void | setSendNative(boolean value)Sets the value of the sendNative property. | 
| void | setSendXML(boolean value)Sets the value of the sendXML property. | 
public boolean isSendNative()
public void setSendNative(boolean value)
public boolean isSendXML()
public void setSendXML(boolean value)