132133134135136137138
private PriorityType parsePriorityType(Element e) { return new PriorityType(e.getAttribute("name")); } private BytesType parseLongType(Element e) { return new BytesType(e.getAttribute("name"), getNullValue(e)); }
private PriorityType parsePriorityType(Element e) { return new PriorityType(e.getAttribute("name")); } private BytesType parseLongType(Element e) { return new BytesType(e.getAttribute("name")); }