Class Null
- java.lang.Object
-
- org.citygml4j.model.gml.basicTypes.Null
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class Null extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description 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
-
Constructor Summary
Constructors Constructor Description Null()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
GMLClass
getGMLClass()
ModelObject
getParent()
java.lang.String
getValue()
boolean
isSetParent()
boolean
isSetValue()
void
setParent(ModelObject parent)
void
setValue(java.lang.String value)
void
unsetParent()
void
unsetValue()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
isSetValue
public boolean isSetValue()
-
setValue
public void setValue(java.lang.String value)
-
unsetValue
public void unsetValue()
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
getParent
public ModelObject getParent()
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
setParent
public void setParent(ModelObject parent)
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-