org.citygml4j.model.gml.basicTypes
Interface Code

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Implementing Classes:
CodeImpl

public interface Code
extends GML, Child, Copyable


Method Summary
 java.lang.String getCodeSpace()
           
 java.lang.String getValue()
           
 boolean isSetCodeSpace()
           
 boolean isSetValue()
           
 void setCodeSpace(java.lang.String codeSpace)
           
 void setValue(java.lang.String value)
           
 void unsetCodeSpace()
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
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
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

java.lang.String getValue()

getCodeSpace

java.lang.String getCodeSpace()

isSetValue

boolean isSetValue()

isSetCodeSpace

boolean isSetCodeSpace()

setValue

void setValue(java.lang.String value)

setCodeSpace

void setCodeSpace(java.lang.String codeSpace)

unsetValue

void unsetValue()

unsetCodeSpace

void unsetCodeSpace()