org.citygml4j.impl.gml.basicTypes
Class CodeImpl
java.lang.Object
org.citygml4j.impl.gml.basicTypes.CodeImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, Code, GML
public class CodeImpl
- extends java.lang.Object
- implements Code
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeImpl
public CodeImpl()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getCodeSpace
public java.lang.String getCodeSpace()
- Specified by:
getCodeSpace
in interface Code
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface Code
isSetCodeSpace
public boolean isSetCodeSpace()
- Specified by:
isSetCodeSpace
in interface Code
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface Code
setCodeSpace
public void setCodeSpace(java.lang.String codeSpace)
- Specified by:
setCodeSpace
in interface Code
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface Code
unsetCodeSpace
public void unsetCodeSpace()
- Specified by:
unsetCodeSpace
in interface Code
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface Code
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
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child