com.firedrum.webservice.types
Class MemberCategory
java.lang.Object
com.firedrum.webservice.types.Object
com.firedrum.webservice.types.MemberCategory
public class MemberCategory
- extends Object
Firedrum MemberCategory object (FWSAPI).
Each object represents a Category the Member is associated with.
Java class for category complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memberCategory">
<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="category" type="{http://service.webservice.firedrum.com/}category" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
Category |
getCategory()
Gets the value of the Category object associated with this MemberCategory property. |
java.lang.String |
getName()
Gets the value of the Category name for this MemberCategory property. |
void |
setCategory(Category category)
|
void |
setName(java.lang.String value)
Sets the value of the MemberCategory name property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
category
protected Category category
MemberCategory
public MemberCategory()
getName
public java.lang.String getName()
- Gets the value of the Category name for this MemberCategory property.
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Sets the value of the MemberCategory name property.
- Parameters:
value - allowed object is
String
getCategory
public Category getCategory()
- Gets the value of the Category object associated with this MemberCategory property.
possible object is
Category
setCategory
public void setCategory(Category category)
- Parameters:
category - allowed object is
Category
Sets the value of the Category object associated with this MemberCategory property.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.