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