org.citygml4j.model.gml.basicTypes
Interface Null

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

public interface Null
extends GML, Child, Copyable


Field Summary
static java.lang.String INAPPLICABLE
           
static java.lang.String MISSING
           
static java.lang.String TEMPLATE
           
static java.lang.String UNKNOWN
           
static java.lang.String WITHHELD
           
 
Method Summary
 java.lang.String getValue()
           
 boolean isSetValue()
           
 void setValue(java.lang.String value)
           
 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
 

Field Detail

INAPPLICABLE

static final java.lang.String INAPPLICABLE
See Also:
Constant Field Values

MISSING

static final java.lang.String MISSING
See Also:
Constant Field Values

TEMPLATE

static final java.lang.String TEMPLATE
See Also:
Constant Field Values

UNKNOWN

static final java.lang.String UNKNOWN
See Also:
Constant Field Values

WITHHELD

static final java.lang.String WITHHELD
See Also:
Constant Field Values
Method Detail

getValue

java.lang.String getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.lang.String value)

unsetValue

void unsetValue()