|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.qml.upmc.fr.ConstraintType
public class ConstraintType
Java class for ConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://upmc.fr/ns/ws-qml}value"/>
<element ref="{http://upmc.fr/ns/ws-qml}aspect" maxOccurs="unbounded"/>
</choice>
<attGroup ref="{http://upmc.fr/ns/ws-qml}operator"/>
<attGroup ref="{http://upmc.fr/ns/ws-qml}name"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
aspect
|
protected java.lang.String |
name
|
protected java.lang.String |
operator
|
protected Value |
value
|
| Constructor Summary | |
|---|---|
ConstraintType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.util.List<javax.xml.bind.JAXBElement<?>> |
getAspect()
Gets the value of the aspect property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOperator()
Gets the value of the operator property. |
Value |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOperator(java.lang.String value)
Sets the value of the operator property. |
void |
setValue(Value value)
Sets the value of the value property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Value value
protected java.util.List<javax.xml.bind.JAXBElement<?>> aspect
protected java.lang.String operator
protected java.lang.String name
| Constructor Detail |
|---|
public ConstraintType()
| Method Detail |
|---|
public Value getValue()
Valuepublic void setValue(Value value)
value - allowed object is
Valuepublic java.util.List<javax.xml.bind.JAXBElement<?>> getAspect()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aspect property.
For example, to add a new item, do as follows:
getAspect().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
JAXBElement<Percentile>
JAXBElement<Mean>
JAXBElement<Frequency>
JAXBElement<Variance>
public java.lang.String getOperator()
Stringpublic void setOperator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||