org.hackystat.projectbrowser.page.projectportfolio.jaxb
Class PortfolioDefinitions

java.lang.Object
  extended by 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

Field Summary
protected  Measures measures
           
 
Constructor Summary
PortfolioDefinitions()
           
 
Method Summary
 Measures getMeasures()
          Gets the value of the measures property.
 boolean isSetMeasures()
           
 void setMeasures(Measures value)
          Sets the value of the measures property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

measures

protected Measures measures
Constructor Detail

PortfolioDefinitions

public PortfolioDefinitions()
Method Detail

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()