Example #1
0
 // Node methods
 public String getValue() {
   javax.xml.soap.Node valueNode = getValueNode();
   return valueNode == null ? null : valueNode.getValue();
 }