net.sf.mpxj.planner.schema
Class Property

java.lang.Object
  extended by net.sf.mpxj.planner.schema.Property

public class Property
extends Object


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

name

protected String name

type

protected String type

owner

protected String owner

label

protected String label

description

protected String description

value

protected String value

listItem

protected List<ListItem> listItem
Constructor Detail

Property

public Property()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getOwner

public String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getListItem

public List<ListItem> getListItem()
Gets the value of the listItem property.

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



Copyright © 2012. All Rights Reserved.