tbox
Class QuantRoleConceptType

java.lang.Object
  extended by tbox.QuantRoleConceptType

public class QuantRoleConceptType
extends java.lang.Object

Java class for QuantRoleConceptType complex type.

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

 <complexType name="QuantRoleConceptType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantifier" type="{}QuantifierType"/>
         <element name="role" type="{}RoleType"/>
         <element name="concept" type="{}SimpleConcept"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SimpleConcept concept
           
protected  java.lang.String name
           
protected  QuantifierType quantifier
           
protected  RoleType role
           
 
Constructor Summary
QuantRoleConceptType()
           
 
Method Summary
 SimpleConcept getConcept()
          Gets the value of the concept property.
 java.lang.String getName()
          Gets the value of the name property.
 QuantifierType getQuantifier()
          Gets the value of the quantifier property.
 RoleType getRole()
          Gets the value of the role property.
 void setConcept(SimpleConcept value)
          Sets the value of the concept property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setQuantifier(QuantifierType value)
          Sets the value of the quantifier property.
 void setRole(RoleType value)
          Sets the value of the role property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantifier

protected QuantifierType quantifier

role

protected RoleType role

concept

protected SimpleConcept concept

name

protected java.lang.String name
Constructor Detail

QuantRoleConceptType

public QuantRoleConceptType()
Method Detail

getQuantifier

public QuantifierType getQuantifier()
Gets the value of the quantifier property.

Returns:
possible object is QuantifierType

setQuantifier

public void setQuantifier(QuantifierType value)
Sets the value of the quantifier property.

Parameters:
value - allowed object is QuantifierType

getRole

public RoleType getRole()
Gets the value of the role property.

Returns:
possible object is RoleType

setRole

public void setRole(RoleType value)
Sets the value of the role property.

Parameters:
value - allowed object is RoleType

getConcept

public SimpleConcept getConcept()
Gets the value of the concept property.

Returns:
possible object is SimpleConcept

setConcept

public void setConcept(SimpleConcept value)
Sets the value of the concept 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