org.citygml4j.impl.gml.valueObjects
Class CategoryExtentImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.basicTypes.CodeOrNullListImpl
      extended by org.citygml4j.impl.gml.valueObjects.CategoryExtentImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, CodeOrNullList, GML, CategoryExtent

public class CategoryExtentImpl
extends CodeOrNullListImpl
implements CategoryExtent


Constructor Summary
CategoryExtentImpl()
           
 
Method Summary
 void addNameOrNull(NameOrNull nameOrNull)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 void setNameOrNull(java.util.List<NameOrNull> nameOrNull)
           
 
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
 
Methods inherited from interface org.citygml4j.model.gml.basicTypes.CodeOrNullList
getCodeSpace, getNameOrNull, isSetCodeSpace, isSetNameOrNull, setCodeSpace, unsetCodeSpace, unsetNameOrNull, unsetNameOrNull
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Constructor Detail

CategoryExtentImpl

public CategoryExtentImpl()
Method Detail

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