Constructor and Description |
---|
GridEnvelope() |
Modifier and Type | Method and Description |
---|---|
void |
addHigh(java.lang.Integer high) |
void |
addLow(java.lang.Integer low) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
java.util.List<java.lang.Integer> |
getHigh() |
java.util.List<java.lang.Integer> |
getLow() |
ModelObject |
getParent() |
boolean |
isSetHigh() |
boolean |
isSetLow() |
boolean |
isSetParent() |
void |
setHigh(java.util.List<java.lang.Integer> high) |
void |
setLow(java.util.List<java.lang.Integer> low) |
void |
setParent(ModelObject parent) |
void |
unsetHigh() |
void |
unsetLow() |
void |
unsetParent() |
public GMLClass getGMLClass()
getGMLClass
in interface GML
public java.util.List<java.lang.Integer> getLow()
public java.util.List<java.lang.Integer> getHigh()
public boolean isSetLow()
public boolean isSetHigh()
public void addLow(java.lang.Integer low)
public void addHigh(java.lang.Integer high)
public void setLow(java.util.List<java.lang.Integer> low)
public void setHigh(java.util.List<java.lang.Integer> high)
public void unsetLow()
public void unsetHigh()
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)