tbox
Class QuantifierType

java.lang.Object
  extended by tbox.QuantifierType

public class QuantifierType
extends java.lang.Object

Java class for QuantifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuantifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trapezium" type="{}TrapeziumType"/>
       </sequence>
       <attribute name="relative" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean relative
           
protected  TrapeziumType trapezium
           
 
Constructor Summary
QuantifierType()
           
 
Method Summary
 TrapeziumType getTrapezium()
          Gets the value of the trapezium property.
 java.lang.Boolean isRelative()
          Gets the value of the relative property.
 void setRelative(java.lang.Boolean value)
          Sets the value of the relative property.
 void setTrapezium(TrapeziumType value)
          Sets the value of the trapezium property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trapezium

protected TrapeziumType trapezium

relative

protected java.lang.Boolean relative
Constructor Detail

QuantifierType

public QuantifierType()
Method Detail

getTrapezium

public TrapeziumType getTrapezium()
Gets the value of the trapezium property.

Returns:
possible object is TrapeziumType

setTrapezium

public void setTrapezium(TrapeziumType value)
Sets the value of the trapezium property.

Parameters:
value - allowed object is TrapeziumType

isRelative

public java.lang.Boolean isRelative()
Gets the value of the relative property.

Returns:
possible object is Boolean

setRelative

public void setRelative(java.lang.Boolean value)
Sets the value of the relative property.

Parameters:
value - allowed object is Boolean