org.eobjects.datacleaner.monitor.jaxb
Class ChartOptionsType.HorizontalAxis.FixedAxis

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.ChartOptionsType.HorizontalAxis.FixedAxis
Enclosing class:
ChartOptionsType.HorizontalAxis

public static class ChartOptionsType.HorizontalAxis.FixedAxis
extends Object

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">
       <all>
         <element name="begin-date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="end-date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar beginDate
           
protected  XMLGregorianCalendar endDate
           
 
Constructor Summary
ChartOptionsType.HorizontalAxis.FixedAxis()
           
 
Method Summary
 XMLGregorianCalendar getBeginDate()
          Gets the value of the beginDate property.
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 void setBeginDate(XMLGregorianCalendar value)
          Sets the value of the beginDate property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beginDate

protected XMLGregorianCalendar beginDate

endDate

protected XMLGregorianCalendar endDate
Constructor Detail

ChartOptionsType.HorizontalAxis.FixedAxis

public ChartOptionsType.HorizontalAxis.FixedAxis()
Method Detail

getBeginDate

public XMLGregorianCalendar getBeginDate()
Gets the value of the beginDate property.

Returns:
possible object is XMLGregorianCalendar

setBeginDate

public void setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012 Human Inference. All Rights Reserved.