public class LengthType extends Object
Java class for LengthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LengthType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
max |
protected BigInteger |
min |
| Constructor and Description |
|---|
LengthType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMax()
Gets the value of the max property.
|
BigInteger |
getMin()
Gets the value of the min property.
|
void |
setMax(BigInteger value)
Sets the value of the max property.
|
void |
setMin(BigInteger value)
Sets the value of the min property.
|
protected BigInteger min
protected BigInteger max
public BigInteger getMin()
BigIntegerpublic void setMin(BigInteger value)
value - allowed object is BigIntegerpublic BigInteger getMax()
BigIntegerpublic void setMax(BigInteger value)
value - allowed object is BigIntegerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.