|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.planner.schema.Property
public class Property
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
label
|
protected List<ListItem> |
listItem
|
protected String |
name
|
protected String |
owner
|
protected String |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getLabel()
Gets the value of the label property. |
List<ListItem> |
getListItem()
Gets the value of the listItem property. |
String |
getName()
Gets the value of the name property. |
String |
getOwner()
Gets the value of the owner property. |
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOwner(String value)
Sets the value of the owner property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String type
protected String owner
protected String label
protected String description
protected String value
protected List<ListItem> listItem
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic List<ListItem> getListItem()
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 listItem property.
For example, to add a new item, do as follows:
getListItem().add(newItem);
Objects of the following type(s) are allowed in the list
ListItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||