public class JaxbNodeValue extends JaxbNode
NodeValue
suitable for JAXB marshalling and unmarshalling. This
class must be used only for JAXB operations.NodeValue
Modifier and Type | Field and Description |
---|---|
int |
size |
JaxbDataType |
type |
java.lang.String |
value |
Constructor and Description |
---|
JaxbNodeValue() |
public JaxbDataType type
public int size
public java.lang.String value