public class DateAttribute extends AbstractGenericAttribute
Constructor and Description |
---|
DateAttribute() |
DateAttribute(GenericsModule module) |
Modifier and Type | Method and Description |
---|---|
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() |
getCityGMLModule, getName, getParent, isSetCityGMLModule, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
public DateAttribute()
public DateAttribute(GenericsModule module)
public java.util.GregorianCalendar getValue()
public boolean isSetValue()
public void setValue(java.util.GregorianCalendar value)
public void unsetValue()
public ModelType getModelType()
public CityGMLClass getCityGMLClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AbstractGenericAttribute