|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.QuantRoleConceptType
public class QuantRoleConceptType
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 |
---|
protected QuantifierType quantifier
protected RoleType role
protected SimpleConcept concept
protected java.lang.String name
Constructor Detail |
---|
public QuantRoleConceptType()
Method Detail |
---|
public QuantifierType getQuantifier()
QuantifierType
public void setQuantifier(QuantifierType value)
value
- allowed object is
QuantifierType
public RoleType getRole()
RoleType
public void setRole(RoleType value)
value
- allowed object is
RoleType
public SimpleConcept getConcept()
SimpleConcept
public void setConcept(SimpleConcept value)
value
- allowed object is
SimpleConcept
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 |