|
|||||||||
| 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.CustomFieldDef
public class CustomFieldDef
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 |
|---|
protected java.lang.String htmlFormType
protected java.lang.String name
protected boolean publicDisplay
| Constructor Detail |
|---|
public CustomFieldDef()
| Method Detail |
|---|
public java.lang.String getHtmlFormType()
Stringpublic void setHtmlFormType(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 boolean isPublicDisplay()
public void setPublicDisplay(boolean value)
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 | ||||||||