org.citygml4j.model.gml.valueObjects
Class CategoryExtent

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

public class CategoryExtent
extends CodeOrNullList


Constructor Summary
CategoryExtent()
           
 
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.model.gml.basicTypes.CodeOrNullList
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
 

Constructor Detail

CategoryExtent

public CategoryExtent()
Method Detail

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class CodeOrNullList

setNameOrNull

public void setNameOrNull(java.util.List<NameOrNull> nameOrNull)
Overrides:
setNameOrNull in class CodeOrNullList

addNameOrNull

public void addNameOrNull(NameOrNull nameOrNull)
Overrides:
addNameOrNull in class CodeOrNullList

copyTo

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

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable
Overrides:
copy in class CodeOrNullList