|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.QuantifierType
public class QuantifierType
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 |
---|
protected TrapeziumType trapezium
protected java.lang.Boolean relative
Constructor Detail |
---|
public QuantifierType()
Method Detail |
---|
public TrapeziumType getTrapezium()
TrapeziumType
public void setTrapezium(TrapeziumType value)
value
- allowed object is
TrapeziumType
public java.lang.Boolean isRelative()
Boolean
public void setRelative(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |