public class DoubleOrNullList extends java.lang.Object implements GML, Child, Copyable
Constructor and Description |
---|
DoubleOrNullList() |
Modifier and Type | Method and 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() |
public void addDoubleOrNull(DoubleOrNull doubleOrNull)
public java.util.List<DoubleOrNull> getDoubleOrNull()
public boolean isSetDoubleOrNull()
public void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
public void unsetDoubleOrNull()
public boolean unsetDoubleOrNull(DoubleOrNull doubleOrNull)
public GMLClass getGMLClass()
getGMLClass
in interface GML
public ModelObject getParent()
public boolean isSetParent()
isSetParent
in interface Child
public void setParent(ModelObject parent)
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)