|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.service.parameter.ParameterAttribute
public class ParameterAttribute
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 |
---|
public QName getName()
public void setValue(java.lang.String value)
value
- the value to set.public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Object
public Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |