com.sun.ws.management.metadata.annotations
Annotation Type WsManagementQNamedNodeWithValueAnnotation


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface WsManagementQNamedNodeWithValueAnnotation

This annotation provides a mechanism of defining a cutom QNamed node with a simple text value. Ex. <id:SpecVersion>1.0.0a</id:SpecVersion>


Optional Element Summary
 java.lang.String localpart
          The value of the localpart for the QName of the node Ex: localpart="ResourceURI"
 java.lang.String namespaceURI
          The value of the namespace uri for the QName of the node Ex: namespaceURI="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
 java.lang.String nodeValue
          The value to be inserted into the node Ex: nodeValue="http://acme.org/hardware/2005/02/storage/physDisk"
 java.lang.String prefix
          The value of the prefix for the QName of the node Ex: prefix="wsman"
 

namespaceURI

public abstract java.lang.String namespaceURI
The value of the namespace uri for the QName of the node Ex: namespaceURI="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"

Default:
""

localpart

public abstract java.lang.String localpart
The value of the localpart for the QName of the node Ex: localpart="ResourceURI"

Default:
""

prefix

public abstract java.lang.String prefix
The value of the prefix for the QName of the node Ex: prefix="wsman"

Default:
""

nodeValue

public abstract java.lang.String nodeValue
The value to be inserted into the node Ex: nodeValue="http://acme.org/hardware/2005/02/storage/physDisk"

Default:
""