uk.ac.ebi.adfconverter.tools.checker.data
Interface CardinalityType

All Known Implementing Classes:
CardinalityTypeImpl

public interface CardinalityType

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

getLowerBound

public java.math.BigInteger getLowerBound()
Gets the value of the lowerBound property.

Returns:
possible object is BigInteger

getUpperBound

public int getUpperBound()
Gets the value of the upperBound property.


setLowerBound

public void setLowerBound(java.math.BigInteger value)
Sets the value of the lowerBound property.

Parameters:
value - allowed object is BigInteger

setUpperBound

public void setUpperBound(int value)
Sets the value of the upperBound property.



European Bioinformatics InstituteMicroarray Informatics Team