public class CxCategoryType extends Object
Java class for CxCategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxCategoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Order" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected String |
name |
protected int |
order |
| Constructor and Description |
|---|
CxCategoryType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
int |
getOrder()
Gets the value of the order property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrder(int value)
Sets the value of the order property.
|
protected long id
protected String name
protected int order
public long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getOrder()
public void setOrder(int value)
Copyright © 2020. All rights reserved.