2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
4 import java.util.ArrayList;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlRootElement;
10 import javax.xml.bind.annotation.XmlType;
32 @XmlAccessorType(XmlAccessType.FIELD)
33 @XmlType(name =
"", propOrder = {
36 @XmlRootElement(name =
"MandatoryFieldMissingFault")
39 @XmlElement(required =
true)
40 protected List<
Field> fieldname;
64 public List<
Field> getFieldname() {
65 if (fieldname == null) {
66 fieldname =
new ArrayList<Field>();
68 return this.fieldname;