org.connid.bundles.soap.to
Class WSAttributeValue

java.lang.Object
  extended by org.connid.bundles.soap.to.AbstractData
      extended by org.connid.bundles.soap.to.WSAttribute
          extended by org.connid.bundles.soap.to.WSAttributeValue
All Implemented Interfaces:
Serializable

public class WSAttributeValue
extends WSAttribute

See Also:
Serialized Form

Constructor Summary
WSAttributeValue()
           
WSAttributeValue(WSAttribute wsAttribute)
           
 
Method Summary
 boolean addValue(Object value)
           
 Boolean getBooleanValue()
           
 Character getCharacterValue()
           
 Date getDateValue()
           
 Double getDoubleValue()
           
 File getFileValue()
           
 Float getFloadValue()
           
 Integer getIntegerValue()
           
 Long getLongValue()
           
 String getStringValue()
           
 URI getURIValue()
           
 List getValues()
           
 void setValues(List values)
           
 
Methods inherited from class org.connid.bundles.soap.to.WSAttribute
getName, getType, isKey, isNullable, isPassword, setKey, setName, setNullable, setPassword, setType
 
Methods inherited from class org.connid.bundles.soap.to.AbstractData
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSAttributeValue

public WSAttributeValue()

WSAttributeValue

public WSAttributeValue(WSAttribute wsAttribute)
Method Detail

getValues

public List getValues()

setValues

public void setValues(List values)

addValue

public final boolean addValue(Object value)

getStringValue

public String getStringValue()

getBooleanValue

public Boolean getBooleanValue()

getLongValue

public Long getLongValue()

getFloadValue

public Float getFloadValue()

getDoubleValue

public Double getDoubleValue()

getIntegerValue

public Integer getIntegerValue()

getDateValue

public Date getDateValue()

getCharacterValue

public Character getCharacterValue()

getURIValue

public URI getURIValue()

getFileValue

public File getFileValue()


Copyright © 2011. All Rights Reserved.