org.citygml4j.impl.gml.valueObjects
Class CategoryExtentImpl
java.lang.Object
org.citygml4j.impl.gml.basicTypes.CodeOrNullListImpl
org.citygml4j.impl.gml.valueObjects.CategoryExtentImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, CodeOrNullList, GML, CategoryExtent
public class CategoryExtentImpl
- extends CodeOrNullListImpl
- implements CategoryExtent
Methods inherited from class org.citygml4j.impl.gml.basicTypes.CodeOrNullListImpl |
getCodeSpace, getModelType, getNameOrNull, getParent, isSetCodeSpace, isSetNameOrNull, isSetParent, setCodeSpace, setParent, unsetCodeSpace, unsetNameOrNull, unsetNameOrNull, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryExtentImpl
public CategoryExtentImpl()
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class CodeOrNullListImpl
setNameOrNull
public void setNameOrNull(java.util.List<NameOrNull> nameOrNull)
- Specified by:
setNameOrNull
in interface CodeOrNullList
- Overrides:
setNameOrNull
in class CodeOrNullListImpl
addNameOrNull
public void addNameOrNull(NameOrNull nameOrNull)
- Specified by:
addNameOrNull
in interface CodeOrNullList
- Overrides:
addNameOrNull
in class CodeOrNullListImpl
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class CodeOrNullListImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class CodeOrNullListImpl