public static class GetListOfFormsResponse.Form
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="formId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="formName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="formTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="formVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected java.lang.String |
createDate |
protected long |
formId |
protected java.lang.String |
formName |
protected java.lang.String |
formTitle |
protected java.lang.String |
formVersion |
Constructor and Description |
---|
Form() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreateDate()
Gets the value of the createDate property.
|
long |
getFormId()
Gets the value of the formId property.
|
java.lang.String |
getFormName()
Gets the value of the formName property.
|
java.lang.String |
getFormTitle()
Gets the value of the formTitle property.
|
java.lang.String |
getFormVersion()
Gets the value of the formVersion property.
|
boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCreateDate(java.lang.String value)
Sets the value of the createDate property.
|
void |
setFormId(long value)
Sets the value of the formId property.
|
void |
setFormName(java.lang.String value)
Sets the value of the formName property.
|
void |
setFormTitle(java.lang.String value)
Sets the value of the formTitle property.
|
void |
setFormVersion(java.lang.String value)
Sets the value of the formVersion property.
|
protected long formId
protected java.lang.String formName
protected java.lang.String formTitle
protected java.lang.String formVersion
protected boolean active
protected java.lang.String createDate
public long getFormId()
public void setFormId(long value)
public java.lang.String getFormName()
String
public void setFormName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormTitle()
String
public void setFormTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormVersion()
String
public void setFormVersion(java.lang.String value)
value
- allowed object is
String
public boolean isActive()
public void setActive(boolean value)
public java.lang.String getCreateDate()
String
public void setCreateDate(java.lang.String value)
value
- allowed object is
String