|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.firedrum.webservice.types.Object
com.firedrum.webservice.types.Category
public class Category
Firedrum Category object (FWSAPI).
Java class for category complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="category">
<complexContent>
<extension base="{http://service.webservice.firedrum.com/}object">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publicDisplay" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sortSequence" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected boolean |
publicDisplay
|
protected java.lang.Integer |
sortSequence
|
| Fields inherited from class com.firedrum.webservice.types.Object |
|---|
clientBusinessName, clientId, id |
| Constructor Summary | |
|---|---|
Category()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the Category name property. |
java.lang.Integer |
getSortSequence()
Gets the value of the Category sortSequence property. |
boolean |
isPublicDisplay()
Gets the value of the Category publicDisplay property. |
void |
setName(java.lang.String value)
Sets the value of the Category name property. |
void |
setPublicDisplay(boolean value)
Sets the value of the Category publicDisplay property. |
void |
setSortSequence(java.lang.Integer value)
Sets the value of the Category sortSequence property. |
java.lang.String |
toString()
|
| Methods inherited from class com.firedrum.webservice.types.Object |
|---|
getClientBusinessName, getClientId, getId, setClientBusinessName, setClientId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected boolean publicDisplay
protected java.lang.Integer sortSequence
| Constructor Detail |
|---|
public Category()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isPublicDisplay()
public void setPublicDisplay(boolean value)
public java.lang.Integer getSortSequence()
Integerpublic void setSortSequence(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||