public class MetaCommandType extends Object
Java class for metaCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="metaCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | content | 
| protected String | description | 
| protected String | name | 
| Constructor and Description | 
|---|
| MetaCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContent()Gets the value of the content property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getName()Gets the value of the name property. | 
| void | setContent(String value)Sets the value of the content property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setName(String value)Sets the value of the name property. | 
protected String name
protected String content
protected String description
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
     Stringpublic String getDescription()
String