org.citygml4j.model.gml.basicTypes
Interface NameOrNull

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

public interface NameOrNull
extends GML, Child, Copyable


Method Summary
 java.lang.String getName()
           
 Null getNull()
           
 boolean isSetName()
           
 boolean isSetNull()
           
 void setName(java.lang.String name)
           
 void setNull(Null _null)
           
 void unsetName()
           
 void unsetNull()
           
 
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

getName

java.lang.String getName()

getNull

Null getNull()

isSetName

boolean isSetName()

isSetNull

boolean isSetNull()

setName

void setName(java.lang.String name)

setNull

void setNull(Null _null)

unsetName

void unsetName()

unsetNull

void unsetNull()