tbox
Class ConcOpConceptType

java.lang.Object
  extended by tbox.ConcOpConceptType

public class ConcOpConceptType
extends java.lang.Object

Java class for ConcOpConceptType complex type.

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

 <complexType name="ConcOpConceptType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="concept1" type="{}SimpleConcept" minOccurs="0"/>
         <element name="operator" type="{}OperatorType"/>
         <element name="concept2" type="{}SimpleConcept"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SimpleConcept concept1
           
protected  SimpleConcept concept2
           
protected  java.lang.String name
           
protected  OperatorType operator
           
 
Constructor Summary
ConcOpConceptType()
           
 
Method Summary
 SimpleConcept getConcept1()
          Gets the value of the concept1 property.
 SimpleConcept getConcept2()
          Gets the value of the concept2 property.
 java.lang.String getName()
          Gets the value of the name property.
 OperatorType getOperator()
          Gets the value of the operator property.
 void setConcept1(SimpleConcept value)
          Sets the value of the concept1 property.
 void setConcept2(SimpleConcept value)
          Sets the value of the concept2 property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperator(OperatorType value)
          Sets the value of the operator property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

concept1

protected SimpleConcept concept1

operator

protected OperatorType operator

concept2

protected SimpleConcept concept2

name

protected java.lang.String name
Constructor Detail

ConcOpConceptType

public ConcOpConceptType()
Method Detail

getConcept1

public SimpleConcept getConcept1()
Gets the value of the concept1 property.

Returns:
possible object is SimpleConcept

setConcept1

public void setConcept1(SimpleConcept value)
Sets the value of the concept1 property.

Parameters:
value - allowed object is SimpleConcept

getOperator

public OperatorType getOperator()
Gets the value of the operator property.

Returns:
possible object is OperatorType

setOperator

public void setOperator(OperatorType value)
Sets the value of the operator property.

Parameters:
value - allowed object is OperatorType

getConcept2

public SimpleConcept getConcept2()
Gets the value of the concept2 property.

Returns:
possible object is SimpleConcept

setConcept2

public void setConcept2(SimpleConcept value)
Sets the value of the concept2 property.

Parameters:
value - allowed object is SimpleConcept

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String