public class Tag 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">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}short" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Short |
max |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Short |
getMax()
Gets the value of the max property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMax(Short value)
Sets the value of the max property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String name
protected String description
protected Short max
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is StringCopyright © 2016. All rights reserved.