|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.RoleType
public class RoleType
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 |
---|
protected SimpleConcept domain
protected SimpleConcept range
protected java.lang.Boolean functional
protected java.lang.String name
Constructor Detail |
---|
public RoleType()
Method Detail |
---|
public SimpleConcept getDomain()
SimpleConcept
public void setDomain(SimpleConcept value)
value
- allowed object is
SimpleConcept
public SimpleConcept getRange()
SimpleConcept
public void setRange(SimpleConcept value)
value
- allowed object is
SimpleConcept
public java.lang.Boolean isFunctional()
Boolean
public void setFunctional(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |