com.firedrum.webservice.types
Class CustomFieldDef

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

public class CustomFieldDef
extends Object

Firedrum CustomFieldType object (FWSAPI).

Java class for customFieldType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="customFieldDef">
   <complexContent>
     <extension base="{http://service.webservice.firedrum.com/}object">
       <sequence>
         <element name="htmlFormType" 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="publicDisplay" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String htmlFormType
           
protected  java.lang.String name
           
protected  boolean publicDisplay
           
 
Fields inherited from class com.firedrum.webservice.types.Object
clientBusinessName, clientId, id
 
Constructor Summary
CustomFieldDef()
           
 
Method Summary
 java.lang.String getHtmlFormType()
          Gets the value of the Custom Field Def/Type htmlFormType property.
 java.lang.String getName()
          Gets the value of the Custom Field Def/Type name/label property.
 boolean isPublicDisplay()
          Gets the value of the Custom Field Def/Type publicDisplay property.
 void setHtmlFormType(java.lang.String value)
          Sets the value of the Custom Field Def/Type htmlFormType property.
 void setName(java.lang.String value)
          Sets the value of the Custom Field Def/Type name/label property.
 void setPublicDisplay(boolean value)
          Sets the value of the Custom Field Def/Type publicDisplay 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

htmlFormType

protected java.lang.String htmlFormType

name

protected java.lang.String name

publicDisplay

protected boolean publicDisplay
Constructor Detail

CustomFieldDef

public CustomFieldDef()
Method Detail

getHtmlFormType

public java.lang.String getHtmlFormType()
Gets the value of the Custom Field Def/Type htmlFormType property.

Returns:
possible object is String

setHtmlFormType

public void setHtmlFormType(java.lang.String value)
Sets the value of the Custom Field Def/Type htmlFormType property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the Custom Field Def/Type name/label property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the Custom Field Def/Type name/label property.

Parameters:
value - allowed object is String

isPublicDisplay

public boolean isPublicDisplay()
Gets the value of the Custom Field Def/Type publicDisplay property.


setPublicDisplay

public void setPublicDisplay(boolean value)
Sets the value of the Custom Field Def/Type publicDisplay property.


toString

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


Copyright © 2007 Firedrum Internet Marketing. All Rights Reserved.