com.firedrum.webservice.types
Class Category

java.lang.Object
  extended by com.firedrum.webservice.types.Object
      extended by com.firedrum.webservice.types.Category

public class Category
extends Object

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

name

protected java.lang.String name

publicDisplay

protected boolean publicDisplay

sortSequence

protected java.lang.Integer sortSequence
Constructor Detail

Category

public Category()
Method Detail

getName

public java.lang.String getName()
Gets the value of the Category name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the Category name property.

Parameters:
value - allowed object is String

isPublicDisplay

public boolean isPublicDisplay()
Gets the value of the Category publicDisplay property.


setPublicDisplay

public void setPublicDisplay(boolean value)
Sets the value of the Category publicDisplay property.


getSortSequence

public java.lang.Integer getSortSequence()
Gets the value of the Category sortSequence property.

Returns:
possible object is Integer

setSortSequence

public void setSortSequence(java.lang.Integer value)
Sets the value of the Category sortSequence property.

Parameters:
value - allowed object is Integer

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.