org.hackystat.projectbrowser.page.projectportfolio.jaxb
Class PortfolioDefinitions
java.lang.Object
org.hackystat.projectbrowser.page.projectportfolio.jaxb.PortfolioDefinitions
- All Implemented Interfaces:
- java.io.Serializable
public class PortfolioDefinitions
- extends java.lang.Object
- implements java.io.Serializable
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 ref="{}Measures"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
measures
protected Measures measures
PortfolioDefinitions
public PortfolioDefinitions()
getMeasures
public Measures getMeasures()
- Gets the value of the measures property.
- Returns:
- possible object is
Measures
setMeasures
public void setMeasures(Measures value)
- Sets the value of the measures property.
- Parameters:
value
- allowed object is
Measures
isSetMeasures
public boolean isSetMeasures()