Class DoubleOrNullList
- java.lang.Object
-
- org.citygml4j.model.gml.basicTypes.DoubleOrNullList
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
- Direct Known Subclasses:
MeasureOrNullList
public class DoubleOrNullList extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoubleOrNullList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDoubleOrNull(DoubleOrNull doubleOrNull)
java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
java.util.List<DoubleOrNull>
getDoubleOrNull()
GMLClass
getGMLClass()
ModelObject
getParent()
boolean
isSetDoubleOrNull()
boolean
isSetParent()
void
setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
void
setParent(ModelObject parent)
void
unsetDoubleOrNull()
boolean
unsetDoubleOrNull(DoubleOrNull doubleOrNull)
void
unsetParent()
-
-
-
Method Detail
-
addDoubleOrNull
public void addDoubleOrNull(DoubleOrNull doubleOrNull)
-
getDoubleOrNull
public java.util.List<DoubleOrNull> getDoubleOrNull()
-
isSetDoubleOrNull
public boolean isSetDoubleOrNull()
-
setDoubleOrNull
public void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
-
unsetDoubleOrNull
public void unsetDoubleOrNull()
-
unsetDoubleOrNull
public boolean unsetDoubleOrNull(DoubleOrNull doubleOrNull)
-
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)
-
-