tbox
Class SimpleConcept

java.lang.Object
  extended by 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>
 


Field Summary
protected  TrapeziumType trapezium
           
 
Constructor Summary
SimpleConcept()
           
 
Method Summary
 TrapeziumType getTrapezium()
          Gets the value of the trapezium 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
Constructor Detail

SimpleConcept

public SimpleConcept()
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