|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.TimeCalendarEraType
public class TimeCalendarEraType
In every calendar, years are numbered relative to the date of a reference event that defines a calendar era. In this implementation, we omit the back-pointer "datingSystem".
Classe Java pour TimeCalendarEraType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TimeCalendarEraType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DefinitionType">
<sequence>
<element name="referenceEvent" type="{http://www.opengis.net/gml}StringOrRefType"/>
<element name="referenceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="julianReference" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="epochOfUse" type="{http://www.opengis.net/gml}TimePeriodPropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TimePeriodPropertyType |
epochOfUse
|
protected BigDecimal |
julianReference
|
protected XMLGregorianCalendar |
referenceDate
|
protected StringOrRefType |
referenceEvent
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
TimeCalendarEraType()
|
|
| Method Summary | |
|---|---|
TimePeriodPropertyType |
getEpochOfUse()
Obtient la valeur de la propriété epochOfUse. |
BigDecimal |
getJulianReference()
Obtient la valeur de la propriété julianReference. |
XMLGregorianCalendar |
getReferenceDate()
Obtient la valeur de la propriété referenceDate. |
StringOrRefType |
getReferenceEvent()
Obtient la valeur de la propriété referenceEvent. |
boolean |
isSetEpochOfUse()
|
boolean |
isSetJulianReference()
|
boolean |
isSetReferenceDate()
|
boolean |
isSetReferenceEvent()
|
void |
setEpochOfUse(TimePeriodPropertyType value)
Définit la valeur de la propriété epochOfUse. |
void |
setJulianReference(BigDecimal value)
Définit la valeur de la propriété julianReference. |
void |
setReferenceDate(XMLGregorianCalendar value)
Définit la valeur de la propriété referenceDate. |
void |
setReferenceEvent(StringOrRefType value)
Définit la valeur de la propriété referenceEvent. |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StringOrRefType referenceEvent
protected XMLGregorianCalendar referenceDate
protected BigDecimal julianReference
protected TimePeriodPropertyType epochOfUse
| Constructor Detail |
|---|
public TimeCalendarEraType()
| Method Detail |
|---|
public StringOrRefType getReferenceEvent()
StringOrRefTypepublic void setReferenceEvent(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetReferenceEvent()
public XMLGregorianCalendar getReferenceDate()
XMLGregorianCalendarpublic void setReferenceDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetReferenceDate()
public BigDecimal getJulianReference()
BigDecimalpublic void setJulianReference(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetJulianReference()
public TimePeriodPropertyType getEpochOfUse()
TimePeriodPropertyTypepublic void setEpochOfUse(TimePeriodPropertyType value)
value - allowed object is
TimePeriodPropertyTypepublic boolean isSetEpochOfUse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||