org.citygml4j.model.gml.basicTypes
Interface IntegerOrNull

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

public interface IntegerOrNull
extends GML, Child, Copyable


Method Summary
 java.lang.Integer getInteger()
           
 Null getNull()
           
 boolean isSetInteger()
           
 boolean isSetNull()
           
 void setInteger(java.lang.Integer integer)
           
 void setNull(Null _null)
           
 void unsetInteger()
           
 void unsetNull()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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

getInteger

java.lang.Integer getInteger()

getNull

Null getNull()

isSetInteger

boolean isSetInteger()

isSetNull

boolean isSetNull()

setInteger

void setInteger(java.lang.Integer integer)

setNull

void setNull(Null _null)

unsetInteger

void unsetInteger()

unsetNull

void unsetNull()