|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.ConcOpConceptType
public class ConcOpConceptType
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 |
---|
protected SimpleConcept concept1
protected OperatorType operator
protected SimpleConcept concept2
protected java.lang.String name
Constructor Detail |
---|
public ConcOpConceptType()
Method Detail |
---|
public SimpleConcept getConcept1()
SimpleConcept
public void setConcept1(SimpleConcept value)
value
- allowed object is
SimpleConcept
public OperatorType getOperator()
OperatorType
public void setOperator(OperatorType value)
value
- allowed object is
OperatorType
public SimpleConcept getConcept2()
SimpleConcept
public void setConcept2(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 |