org.citygml4j.model.citygml.generics
Interface DateAttribute

All Superinterfaces:
AbstractGenericAttribute, Child, CityGML, Copyable, GenericsModuleComponent, ModelObject
All Known Implementing Classes:
DateAttributeImpl

public interface DateAttribute
extends AbstractGenericAttribute


Method Summary
 java.util.GregorianCalendar getValue()
           
 boolean isSetValue()
           
 void setValue(java.util.GregorianCalendar value)
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, isSetName, setName, unsetName
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

java.util.GregorianCalendar getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.util.GregorianCalendar value)

unsetValue

void unsetValue()