|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.olsnav.v_1_3.DateTimeType
public class DateTimeType
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 |
|---|
protected DateType startDate
protected DateType endDate
protected Integer startTime
protected Integer endTime
protected TimeZoneType timeZone
protected Integer daylightSavingsTimeCode
protected Boolean exclusionary
protected Boolean spring
protected Boolean summer
protected Boolean fall
protected Boolean winter
protected Boolean holiday
protected Boolean dawnToDusk
protected Boolean duskToDawn
| Constructor Detail |
|---|
public DateTimeType()
| Method Detail |
|---|
public DateType getStartDate()
DateTypepublic void setStartDate(DateType value)
value - allowed object is
DateTypepublic boolean isSetStartDate()
public DateType getEndDate()
DateTypepublic void setEndDate(DateType value)
value - allowed object is
DateTypepublic boolean isSetEndDate()
public Integer getStartTime()
Integerpublic void setStartTime(Integer value)
value - allowed object is
Integerpublic boolean isSetStartTime()
public Integer getEndTime()
Integerpublic void setEndTime(Integer value)
value - allowed object is
Integerpublic boolean isSetEndTime()
public TimeZoneType getTimeZone()
TimeZoneTypepublic void setTimeZone(TimeZoneType value)
value - allowed object is
TimeZoneTypepublic boolean isSetTimeZone()
public Integer getDaylightSavingsTimeCode()
Integerpublic void setDaylightSavingsTimeCode(Integer value)
value - allowed object is
Integerpublic boolean isSetDaylightSavingsTimeCode()
public boolean isExclusionary()
Booleanpublic void setExclusionary(boolean value)
value - allowed object is
Booleanpublic boolean isSetExclusionary()
public void unsetExclusionary()
public boolean isSpring()
Booleanpublic void setSpring(boolean value)
value - allowed object is
Booleanpublic boolean isSetSpring()
public void unsetSpring()
public boolean isSummer()
Booleanpublic void setSummer(boolean value)
value - allowed object is
Booleanpublic boolean isSetSummer()
public void unsetSummer()
public boolean isFall()
Booleanpublic void setFall(boolean value)
value - allowed object is
Booleanpublic boolean isSetFall()
public void unsetFall()
public boolean isWinter()
Booleanpublic void setWinter(boolean value)
value - allowed object is
Booleanpublic boolean isSetWinter()
public void unsetWinter()
public boolean isHoliday()
Booleanpublic void setHoliday(boolean value)
value - allowed object is
Booleanpublic boolean isSetHoliday()
public void unsetHoliday()
public boolean isDawnToDusk()
Booleanpublic void setDawnToDusk(boolean value)
value - allowed object is
Booleanpublic boolean isSetDawnToDusk()
public void unsetDawnToDusk()
public boolean isDuskToDawn()
Booleanpublic void setDuskToDawn(boolean value)
value - allowed object is
Booleanpublic boolean isSetDuskToDawn()
public void unsetDuskToDawn()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic DateTimeType withStartDate(DateType value)
public DateTimeType withEndDate(DateType value)
public DateTimeType withStartTime(Integer value)
public DateTimeType withEndTime(Integer value)
public DateTimeType withTimeZone(TimeZoneType value)
public DateTimeType withDaylightSavingsTimeCode(Integer value)
public DateTimeType withExclusionary(boolean value)
public DateTimeType withSpring(boolean value)
public DateTimeType withSummer(boolean value)
public DateTimeType withFall(boolean value)
public DateTimeType withWinter(boolean value)
public DateTimeType withHoliday(boolean value)
public DateTimeType withDawnToDusk(boolean value)
public DateTimeType withDuskToDawn(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||