org.citygml4j.model.citygml.generics
Class DateAttribute

java.lang.Object
  extended by org.citygml4j.model.citygml.generics.AbstractGenericAttribute
      extended by org.citygml4j.model.citygml.generics.DateAttribute
All Implemented Interfaces:
CityGML, GenericsModuleComponent, ModelObject, Child, Copyable

public class DateAttribute
extends AbstractGenericAttribute


Constructor Summary
DateAttribute()
           
DateAttribute(GenericsModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 ModelType getModelType()
           
 java.util.GregorianCalendar getValue()
           
 boolean isSetValue()
           
 void setValue(java.util.GregorianCalendar value)
           
 void unsetValue()
           
 
Methods inherited from class org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getCityGMLModule, getName, getParent, isSetCityGMLModule, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAttribute

public DateAttribute()

DateAttribute

public DateAttribute(GenericsModule module)
Method Detail

getValue

public java.util.GregorianCalendar getValue()

isSetValue

public boolean isSetValue()

setValue

public void setValue(java.util.GregorianCalendar value)

unsetValue

public void unsetValue()

getModelType

public ModelType getModelType()

getCityGMLClass

public CityGMLClass getCityGMLClass()

copy

public java.lang.Object copy(CopyBuilder copyBuilder)

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AbstractGenericAttribute