tbox
Class SimpleConcept
java.lang.Object
tbox.SimpleConcept
public class SimpleConcept
- extends java.lang.Object
Java class for SimpleConcept complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleConcept">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trapezium" type="{}TrapeziumType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
trapezium
protected TrapeziumType trapezium
SimpleConcept
public SimpleConcept()
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