net.opengis.olsnav.v_1_3
Class DateTimeType

java.lang.Object
  extended by net.opengis.olsnav.v_1_3.DateTimeType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class DateTimeType
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for DateTimeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DateTimeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StartDate" type="{http://www.opengis.net/ols/nav}DateType" minOccurs="0"/>
         <element name="EndDate" type="{http://www.opengis.net/ols/nav}DateType" minOccurs="0"/>
         <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="EndTime" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="TimeZone" type="{http://www.opengis.net/ols/nav}TimeZoneType" minOccurs="0"/>
         <element name="DaylightSavingsTimeCode" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
       </sequence>
       <attribute name="Exclusionary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="Spring" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Summer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Fall" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Winter" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Holiday" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="DawnToDusk" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="DuskToDawn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean dawnToDusk
           
protected  Integer daylightSavingsTimeCode
           
protected  Boolean duskToDawn
           
protected  DateType endDate
           
protected  Integer endTime
           
protected  Boolean exclusionary
           
protected  Boolean fall
           
protected  Boolean holiday
           
protected  Boolean spring
           
protected  DateType startDate
           
protected  Integer startTime
           
protected  Boolean summer
           
protected  TimeZoneType timeZone
           
protected  Boolean winter
           
 
Constructor Summary
DateTimeType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 Integer getDaylightSavingsTimeCode()
          Gets the value of the daylightSavingsTimeCode property.
 DateType getEndDate()
          Gets the value of the endDate property.
 Integer getEndTime()
          Gets the value of the endTime property.
 DateType getStartDate()
          Gets the value of the startDate property.
 Integer getStartTime()
          Gets the value of the startTime property.
 TimeZoneType getTimeZone()
          Gets the value of the timeZone property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isDawnToDusk()
          Gets the value of the dawnToDusk property.
 boolean isDuskToDawn()
          Gets the value of the duskToDawn property.
 boolean isExclusionary()
          Gets the value of the exclusionary property.
 boolean isFall()
          Gets the value of the fall property.
 boolean isHoliday()
          Gets the value of the holiday property.
 boolean isSetDawnToDusk()
           
 boolean isSetDaylightSavingsTimeCode()
           
 boolean isSetDuskToDawn()
           
 boolean isSetEndDate()
           
 boolean isSetEndTime()
           
 boolean isSetExclusionary()
           
 boolean isSetFall()
           
 boolean isSetHoliday()
           
 boolean isSetSpring()
           
 boolean isSetStartDate()
           
 boolean isSetStartTime()
           
 boolean isSetSummer()
           
 boolean isSetTimeZone()
           
 boolean isSetWinter()
           
 boolean isSpring()
          Gets the value of the spring property.
 boolean isSummer()
          Gets the value of the summer property.
 boolean isWinter()
          Gets the value of the winter property.
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setDawnToDusk(boolean value)
          Sets the value of the dawnToDusk property.
 void setDaylightSavingsTimeCode(Integer value)
          Sets the value of the daylightSavingsTimeCode property.
 void setDuskToDawn(boolean value)
          Sets the value of the duskToDawn property.
 void setEndDate(DateType value)
          Sets the value of the endDate property.
 void setEndTime(Integer value)
          Sets the value of the endTime property.
 void setExclusionary(boolean value)
          Sets the value of the exclusionary property.
 void setFall(boolean value)
          Sets the value of the fall property.
 void setHoliday(boolean value)
          Sets the value of the holiday property.
 void setSpring(boolean value)
          Sets the value of the spring property.
 void setStartDate(DateType value)
          Sets the value of the startDate property.
 void setStartTime(Integer value)
          Sets the value of the startTime property.
 void setSummer(boolean value)
          Sets the value of the summer property.
 void setTimeZone(TimeZoneType value)
          Sets the value of the timeZone property.
 void setWinter(boolean value)
          Sets the value of the winter property.
 String toString()
           
 void unsetDawnToDusk()
           
 void unsetDuskToDawn()
           
 void unsetExclusionary()
           
 void unsetFall()
           
 void unsetHoliday()
           
 void unsetSpring()
           
 void unsetSummer()
           
 void unsetWinter()
           
 DateTimeType withDawnToDusk(boolean value)
           
 DateTimeType withDaylightSavingsTimeCode(Integer value)
           
 DateTimeType withDuskToDawn(boolean value)
           
 DateTimeType withEndDate(DateType value)
           
 DateTimeType withEndTime(Integer value)
           
 DateTimeType withExclusionary(boolean value)
           
 DateTimeType withFall(boolean value)
           
 DateTimeType withHoliday(boolean value)
           
 DateTimeType withSpring(boolean value)
           
 DateTimeType withStartDate(DateType value)
           
 DateTimeType withStartTime(Integer value)
           
 DateTimeType withSummer(boolean value)
           
 DateTimeType withTimeZone(TimeZoneType value)
           
 DateTimeType withWinter(boolean value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

startDate

protected DateType startDate

endDate

protected DateType endDate

startTime

protected Integer startTime

endTime

protected Integer endTime

timeZone

protected TimeZoneType timeZone

daylightSavingsTimeCode

protected Integer daylightSavingsTimeCode

exclusionary

protected Boolean exclusionary

spring

protected Boolean spring

summer

protected Boolean summer

fall

protected Boolean fall

winter

protected Boolean winter

holiday

protected Boolean holiday

dawnToDusk

protected Boolean dawnToDusk

duskToDawn

protected Boolean duskToDawn
Constructor Detail

DateTimeType

public DateTimeType()
Method Detail

getStartDate

public DateType getStartDate()
Gets the value of the startDate property.

Returns:
possible object is DateType

setStartDate

public void setStartDate(DateType value)
Sets the value of the startDate property.

Parameters:
value - allowed object is DateType

isSetStartDate

public boolean isSetStartDate()

getEndDate

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

Returns:
possible object is DateType

setEndDate

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

Parameters:
value - allowed object is DateType

isSetEndDate

public boolean isSetEndDate()

getStartTime

public Integer getStartTime()
Gets the value of the startTime property.

Returns:
possible object is Integer

setStartTime

public void setStartTime(Integer value)
Sets the value of the startTime property.

Parameters:
value - allowed object is Integer

isSetStartTime

public boolean isSetStartTime()

getEndTime

public Integer getEndTime()
Gets the value of the endTime property.

Returns:
possible object is Integer

setEndTime

public void setEndTime(Integer value)
Sets the value of the endTime property.

Parameters:
value - allowed object is Integer

isSetEndTime

public boolean isSetEndTime()

getTimeZone

public TimeZoneType getTimeZone()
Gets the value of the timeZone property.

Returns:
possible object is TimeZoneType

setTimeZone

public void setTimeZone(TimeZoneType value)
Sets the value of the timeZone property.

Parameters:
value - allowed object is TimeZoneType

isSetTimeZone

public boolean isSetTimeZone()

getDaylightSavingsTimeCode

public Integer getDaylightSavingsTimeCode()
Gets the value of the daylightSavingsTimeCode property.

Returns:
possible object is Integer

setDaylightSavingsTimeCode

public void setDaylightSavingsTimeCode(Integer value)
Sets the value of the daylightSavingsTimeCode property.

Parameters:
value - allowed object is Integer

isSetDaylightSavingsTimeCode

public boolean isSetDaylightSavingsTimeCode()

isExclusionary

public boolean isExclusionary()
Gets the value of the exclusionary property.

Returns:
possible object is Boolean

setExclusionary

public void setExclusionary(boolean value)
Sets the value of the exclusionary property.

Parameters:
value - allowed object is Boolean

isSetExclusionary

public boolean isSetExclusionary()

unsetExclusionary

public void unsetExclusionary()

isSpring

public boolean isSpring()
Gets the value of the spring property.

Returns:
possible object is Boolean

setSpring

public void setSpring(boolean value)
Sets the value of the spring property.

Parameters:
value - allowed object is Boolean

isSetSpring

public boolean isSetSpring()

unsetSpring

public void unsetSpring()

isSummer

public boolean isSummer()
Gets the value of the summer property.

Returns:
possible object is Boolean

setSummer

public void setSummer(boolean value)
Sets the value of the summer property.

Parameters:
value - allowed object is Boolean

isSetSummer

public boolean isSetSummer()

unsetSummer

public void unsetSummer()

isFall

public boolean isFall()
Gets the value of the fall property.

Returns:
possible object is Boolean

setFall

public void setFall(boolean value)
Sets the value of the fall property.

Parameters:
value - allowed object is Boolean

isSetFall

public boolean isSetFall()

unsetFall

public void unsetFall()

isWinter

public boolean isWinter()
Gets the value of the winter property.

Returns:
possible object is Boolean

setWinter

public void setWinter(boolean value)
Sets the value of the winter property.

Parameters:
value - allowed object is Boolean

isSetWinter

public boolean isSetWinter()

unsetWinter

public void unsetWinter()

isHoliday

public boolean isHoliday()
Gets the value of the holiday property.

Returns:
possible object is Boolean

setHoliday

public void setHoliday(boolean value)
Sets the value of the holiday property.

Parameters:
value - allowed object is Boolean

isSetHoliday

public boolean isSetHoliday()

unsetHoliday

public void unsetHoliday()

isDawnToDusk

public boolean isDawnToDusk()
Gets the value of the dawnToDusk property.

Returns:
possible object is Boolean

setDawnToDusk

public void setDawnToDusk(boolean value)
Sets the value of the dawnToDusk property.

Parameters:
value - allowed object is Boolean

isSetDawnToDusk

public boolean isSetDawnToDusk()

unsetDawnToDusk

public void unsetDawnToDusk()

isDuskToDawn

public boolean isDuskToDawn()
Gets the value of the duskToDawn property.

Returns:
possible object is Boolean

setDuskToDawn

public void setDuskToDawn(boolean value)
Sets the value of the duskToDawn property.

Parameters:
value - allowed object is Boolean

isSetDuskToDawn

public boolean isSetDuskToDawn()

unsetDuskToDawn

public void unsetDuskToDawn()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

withStartDate

public DateTimeType withStartDate(DateType value)

withEndDate

public DateTimeType withEndDate(DateType value)

withStartTime

public DateTimeType withStartTime(Integer value)

withEndTime

public DateTimeType withEndTime(Integer value)

withTimeZone

public DateTimeType withTimeZone(TimeZoneType value)

withDaylightSavingsTimeCode

public DateTimeType withDaylightSavingsTimeCode(Integer value)

withExclusionary

public DateTimeType withExclusionary(boolean value)

withSpring

public DateTimeType withSpring(boolean value)

withSummer

public DateTimeType withSummer(boolean value)

withFall

public DateTimeType withFall(boolean value)

withWinter

public DateTimeType withWinter(boolean value)

withHoliday

public DateTimeType withHoliday(boolean value)

withDawnToDusk

public DateTimeType withDawnToDusk(boolean value)

withDuskToDawn

public DateTimeType withDuskToDawn(boolean value)


Copyright © 2008-2015. All Rights Reserved.