org.ws4d.java.service.parameter
Class ParameterAttribute

java.lang.Object
  extended by org.ws4d.java.service.parameter.ParameterAttribute

public class ParameterAttribute
extends java.lang.Object

This class represents an XML attribute in an XML instance document.

It will be used for the internal representation in the ParameterValue .


Method Summary
 QName getName()
          Returns the name of the parameter attribute.
 Type getType()
          Returns the type of this parameter attribute.
 java.lang.String getValue()
          Returns the value of this parameter attribute.
 void setValue(java.lang.String value)
          Sets the value of this parameter attribute.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public QName getName()
Returns the name of the parameter attribute. The name of the parameter attribute is the name of the entry inside the XML document.

Returns:
the parameter attribute name

setValue

public void setValue(java.lang.String value)
Sets the value of this parameter attribute.

Parameters:
value - the value to set.

getValue

public java.lang.String getValue()
Returns the value of this parameter attribute.

Returns:
the value.

toString

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

getType

public Type getType()
Returns the type of this parameter attribute.

Returns:
the parameter attribute.