public class TaasDomain
extends java.lang.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="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
count |
protected java.lang.String |
id |
protected java.lang.String |
name |
protected java.lang.String |
parent |
Constructor and Description |
---|
TaasDomain() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCount()
Gets the value of the count property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getParent()
Gets the value of the parent property.
|
void |
setCount(java.lang.Integer value)
Sets the value of the count property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.String value)
Sets the value of the parent property.
|
protected java.lang.String id
protected java.lang.String parent
protected java.lang.String name
protected java.lang.Integer count
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParent()
String
public void setParent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCount()
Integer
public void setCount(java.lang.Integer value)
value
- allowed object is
Integer