|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormProperty
public class FormProperty
| Constructor Summary | |
|---|---|
FormProperty()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormPropertyIsList()
Gets the value of the formPropertyIsList property. |
java.lang.String |
getFormPropertyName()
Gets the value of the formPropertyName property. |
java.lang.String |
getFormPropertyType()
Gets the value of the formPropertyType property. |
java.util.List<FormPropertyValue> |
getFormPropertyValue()
Gets the value of the formPropertyValue property. |
void |
setFormPropertyIsList(java.lang.String value)
Sets the value of the formPropertyIsList property. |
void |
setFormPropertyName(java.lang.String value)
Sets the value of the formPropertyName property. |
void |
setFormPropertyType(java.lang.String value)
Sets the value of the formPropertyType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormProperty()
| Method Detail |
|---|
public java.lang.String getFormPropertyIsList()
Stringpublic java.lang.String getFormPropertyName()
Stringpublic java.lang.String getFormPropertyType()
Stringpublic java.util.List<FormPropertyValue> getFormPropertyValue()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the formPropertyValue property.
For example, to add a new item, do as follows:
getFormPropertyValue().add(newItem);
Objects of the following type(s) are allowed in the list FormPropertyValue
public void setFormPropertyIsList(java.lang.String value)
value - allowed object is Stringpublic void setFormPropertyName(java.lang.String value)
value - allowed object is Stringpublic void setFormPropertyType(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||