com.firedrum.webservice.types
Class MemberCustomField

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

public class MemberCustomField
extends Object

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

data

protected java.lang.String data

name

protected java.lang.String name

customFieldDef

protected CustomFieldDef customFieldDef
Constructor Detail

MemberCustomField

public MemberCustomField()
Method Detail

getData

public java.lang.String getData()
Gets the value of the data property for this MemberCustomField object.

Returns:
possible object is String

setData

public void setData(java.lang.String value)
Sets the value of the data property for this MemberCustomField object.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property for this MemberCustomField object.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property for this MemberCustomField object.

Parameters:
value - allowed object is String

getCustomFieldDef

public CustomFieldDef getCustomFieldDef()
Gets the value of the customFieldDef property for this MemberCustomField object.

Returns:
possible object is CustomFieldDef

setCustomFieldDef

public void setCustomFieldDef(CustomFieldDef customFieldDef)
Sets the value of the customFieldDef property for this MemberCustomField object.

Parameters:
customFieldDef - allowed object is CustomFieldDef Sets the value of the CustomFieldDef object associated with this MemberCustomField property.

toString

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


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.