public class Boundaries extends Object implements Serializable
Java class for Boundaries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Boundaries">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Lower" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Upper" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Boundaries() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLower()
Gets the value of the lower property.
|
int |
getUpper()
Gets the value of the upper property.
|
void |
setLower(int value)
Sets the value of the lower property.
|
void |
setUpper(int value)
Sets the value of the upper property.
|
public int getLower()
public void setLower(int value)
public int getUpper()
public void setUpper(int value)
Copyright © 2012–2017 CoGrOO. All rights reserved.