|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Cardinality of an item or value in a field Represent by a minimal occur and a maximal Java content class for CardinalityType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/development/Projects/conv-t/etc/fileStructure/DocumentStructure.xsd line 164)
<complexType name="CardinalityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lowerBound" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="upperBound" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
java.math.BigInteger |
getLowerBound()
Gets the value of the lowerBound property. |
int |
getUpperBound()
Gets the value of the upperBound property. |
void |
setLowerBound(java.math.BigInteger value)
Sets the value of the lowerBound property. |
void |
setUpperBound(int value)
Sets the value of the upperBound property. |
| Method Detail |
public java.math.BigInteger getLowerBound()
BigIntegerpublic int getUpperBound()
public void setLowerBound(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setUpperBound(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||