com.ebmwebsourcing.wsstar.qml.upmc.fr
Class Expr

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.qml.upmc.fr.Expr
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Expr
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for anonymous complex type.

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

 <complexType>
   <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}input"/>
         <element ref="{http://upmc.fr/ns/ws-qml}exprBinary"/>
         <element ref="{http://upmc.fr/ns/ws-qml}exprUnary"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExprBinary exprBinary
           
protected  ExprUnary exprUnary
           
protected  Input input
           
protected  Value value
           
 
Constructor Summary
Expr()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 ExprBinary getExprBinary()
          Gets the value of the exprBinary property.
 ExprUnary getExprUnary()
          Gets the value of the exprUnary property.
 Input getInput()
          Gets the value of the input property.
 Value getValue()
          Gets the value of the value property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setExprBinary(ExprBinary value)
          Sets the value of the exprBinary property.
 void setExprUnary(ExprUnary value)
          Sets the value of the exprUnary property.
 void setInput(Input value)
          Sets the value of the input 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

value

protected Value value

input

protected Input input

exprBinary

protected ExprBinary exprBinary

exprUnary

protected ExprUnary exprUnary
Constructor Detail

Expr

public Expr()
Method Detail

getValue

public Value getValue()
Gets the value of the value property.

Returns:
possible object is Value

setValue

public void setValue(Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Value

getInput

public Input getInput()
Gets the value of the input property.

Returns:
possible object is Input

setInput

public void setInput(Input value)
Sets the value of the input property.

Parameters:
value - allowed object is Input

getExprBinary

public ExprBinary getExprBinary()
Gets the value of the exprBinary property.

Returns:
possible object is ExprBinary

setExprBinary

public void setExprBinary(ExprBinary value)
Sets the value of the exprBinary property.

Parameters:
value - allowed object is ExprBinary

getExprUnary

public ExprUnary getExprUnary()
Gets the value of the exprUnary property.

Returns:
possible object is ExprUnary

setExprUnary

public void setExprUnary(ExprUnary value)
Sets the value of the exprUnary property.

Parameters:
value - allowed object is ExprUnary

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009 eBM Websourcing. All Rights Reserved.