|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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" |
public abstract java.lang.String namespaceURI
public abstract java.lang.String localpart
public abstract java.lang.String prefix
public abstract java.lang.String nodeValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |