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

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

public class Value
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">
       <sequence>
         <element ref="{http://upmc.fr/ns/ws-qml}unit" minOccurs="0"/>
         <element ref="{http://upmc.fr/ns/ws-qml}type"/>
       </sequence>
       <attribute name="floatValue" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="nmTokenValue" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="nmTokensValue" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Float floatValue
           
protected  java.util.List<java.lang.String> nmTokensValue
           
protected  java.lang.String nmTokenValue
           
protected  Type type
           
protected  Unit unit
           
 
Constructor Summary
Value()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.Float getFloatValue()
          Gets the value of the floatValue property.
 java.util.List<java.lang.String> getNmTokensValue()
          Gets the value of the nmTokensValue property.
 java.lang.String getNmTokenValue()
          Gets the value of the nmTokenValue property.
 Type getType()
          Gets the value of the type property.
 Unit getUnit()
          Gets the value of the unit property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setFloatValue(java.lang.Float value)
          Sets the value of the floatValue property.
 void setNmTokenValue(java.lang.String value)
          Sets the value of the nmTokenValue property.
 void setType(Type value)
          Sets the value of the type property.
 void setUnit(Unit value)
          Sets the value of the unit 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

unit

protected Unit unit

type

protected Type type

floatValue

protected java.lang.Float floatValue

nmTokenValue

protected java.lang.String nmTokenValue

nmTokensValue

protected java.util.List<java.lang.String> nmTokensValue
Constructor Detail

Value

public Value()
Method Detail

getUnit

public Unit getUnit()
Gets the value of the unit property.

Returns:
possible object is Unit

setUnit

public void setUnit(Unit value)
Sets the value of the unit property.

Parameters:
value - allowed object is Unit

getType

public Type getType()
Gets the value of the type property.

Returns:
possible object is Type

setType

public void setType(Type value)
Sets the value of the type property.

Parameters:
value - allowed object is Type

getFloatValue

public java.lang.Float getFloatValue()
Gets the value of the floatValue property.

Returns:
possible object is Float

setFloatValue

public void setFloatValue(java.lang.Float value)
Sets the value of the floatValue property.

Parameters:
value - allowed object is Float

getNmTokenValue

public java.lang.String getNmTokenValue()
Gets the value of the nmTokenValue property.

Returns:
possible object is String

setNmTokenValue

public void setNmTokenValue(java.lang.String value)
Sets the value of the nmTokenValue property.

Parameters:
value - allowed object is String

getNmTokensValue

public java.util.List<java.lang.String> getNmTokensValue()
Gets the value of the nmTokensValue property.

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 nmTokensValue property.

For example, to add a new item, do as follows:

    getNmTokensValue().add(newItem);
 

Objects of the following type(s) are allowed in the list String


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.