tbox
Class RoleType

java.lang.Object
  extended by tbox.RoleType

public class RoleType
extends java.lang.Object

Java class for RoleType complex type.

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

 <complexType name="RoleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="domain" type="{}SimpleConcept"/>
         <element name="range" type="{}SimpleConcept"/>
       </sequence>
       <attribute name="functional" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SimpleConcept domain
           
protected  java.lang.Boolean functional
           
protected  java.lang.String name
           
protected  SimpleConcept range
           
 
Constructor Summary
RoleType()
           
 
Method Summary
 SimpleConcept getDomain()
          Gets the value of the domain property.
 java.lang.String getName()
          Gets the value of the name property.
 SimpleConcept getRange()
          Gets the value of the range property.
 java.lang.Boolean isFunctional()
          Gets the value of the functional property.
 void setDomain(SimpleConcept value)
          Sets the value of the domain property.
 void setFunctional(java.lang.Boolean value)
          Sets the value of the functional property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRange(SimpleConcept value)
          Sets the value of the range property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected SimpleConcept domain

range

protected SimpleConcept range

functional

protected java.lang.Boolean functional

name

protected java.lang.String name
Constructor Detail

RoleType

public RoleType()
Method Detail

getDomain

public SimpleConcept getDomain()
Gets the value of the domain property.

Returns:
possible object is SimpleConcept

setDomain

public void setDomain(SimpleConcept value)
Sets the value of the domain property.

Parameters:
value - allowed object is SimpleConcept

getRange

public SimpleConcept getRange()
Gets the value of the range property.

Returns:
possible object is SimpleConcept

setRange

public void setRange(SimpleConcept value)
Sets the value of the range property.

Parameters:
value - allowed object is SimpleConcept

isFunctional

public java.lang.Boolean isFunctional()
Gets the value of the functional property.

Returns:
possible object is Boolean

setFunctional

public void setFunctional(java.lang.Boolean value)
Sets the value of the functional property.

Parameters:
value - allowed object is Boolean

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