org.citygml4j.model.gml.basicTypes
Interface CodeOrNullList

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Subinterfaces:
CategoryExtent
All Known Implementing Classes:
CategoryExtentImpl, CodeOrNullListImpl

public interface CodeOrNullList
extends GML, Child, Copyable


Method Summary
 void addNameOrNull(NameOrNull nameOrNull)
           
 java.lang.String getCodeSpace()
           
 java.util.List<NameOrNull> getNameOrNull()
           
 boolean isSetCodeSpace()
           
 boolean isSetNameOrNull()
           
 void setCodeSpace(java.lang.String codeSpace)
           
 void setNameOrNull(java.util.List<NameOrNull> nameOrNull)
           
 void unsetCodeSpace()
           
 void unsetNameOrNull()
           
 boolean unsetNameOrNull(NameOrNull nameOrNull)
           
 
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

getNameOrNull

java.util.List<NameOrNull> getNameOrNull()

getCodeSpace

java.lang.String getCodeSpace()

isSetNameOrNull

boolean isSetNameOrNull()

isSetCodeSpace

boolean isSetCodeSpace()

setCodeSpace

void setCodeSpace(java.lang.String codeSpace)

setNameOrNull

void setNameOrNull(java.util.List<NameOrNull> nameOrNull)

addNameOrNull

void addNameOrNull(NameOrNull nameOrNull)

unsetNameOrNull

void unsetNameOrNull()

unsetNameOrNull

boolean unsetNameOrNull(NameOrNull nameOrNull)

unsetCodeSpace

void unsetCodeSpace()