|
|||||||||
| 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.MemberCustomField
public class MemberCustomField
Firedrum MemberCustomField object (FWSAPI).
Each object represents a CustomField and its data, associate with a Member.
Java class for memberCustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memberCustomField">
<complexContent>
<extension base="{http://service.webservice.firedrum.com/}object">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customFieldDef" type="{http://service.webservice.firedrum.com/}customFieldDef" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CustomFieldDef |
customFieldDef
|
protected java.lang.String |
data
|
protected java.lang.String |
name
|
| Fields inherited from class com.firedrum.webservice.types.Object |
|---|
clientBusinessName, clientId, id |
| Constructor Summary | |
|---|---|
MemberCustomField()
|
|
| Method Summary | |
|---|---|
CustomFieldDef |
getCustomFieldDef()
Gets the value of the customFieldDef property for this MemberCustomField object. |
java.lang.String |
getData()
Gets the value of the data property for this MemberCustomField object. |
java.lang.String |
getName()
Gets the value of the name property for this MemberCustomField object. |
void |
setCustomFieldDef(CustomFieldDef customFieldDef)
Sets the value of the customFieldDef property for this MemberCustomField object. |
void |
setData(java.lang.String value)
Sets the value of the data property for this MemberCustomField object. |
void |
setName(java.lang.String value)
Sets the value of the name property for this MemberCustomField object. |
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 data
protected java.lang.String name
protected CustomFieldDef customFieldDef
| Constructor Detail |
|---|
public MemberCustomField()
| Method Detail |
|---|
public java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic CustomFieldDef getCustomFieldDef()
CustomFieldDefpublic void setCustomFieldDef(CustomFieldDef customFieldDef)
customFieldDef - allowed object is
CustomFieldDef
Sets the value of the CustomFieldDef object associated with this MemberCustomField property.public 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 | ||||||||