*
* @generated modifiable
*/
public Object parse(ElementInstance instance, Node node, Object value)
throws Exception {
GetDiffType result = wfsvFactory.createGetDiffType();
result.getDifferenceQuery().addAll(node.getChildValues(DifferenceQueryType.class));
if (node.hasAttribute("outputFormat")) {
result.setOutputFormat((String) node.getAttributeValue("outputFormat"));
}
return result;
}