public class XmlFields extends Object implements Serializable
Constructor and Description |
---|
XmlFields() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<XmlField> |
getXmlField()
Gets the value of the xmlField property.
|
int |
hashCode() |
public List<XmlField> getXmlField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the xmlField property.
For example, to add a new item, do as follows:
getXmlField().add(newItem);
Objects of the following type(s) are allowed in the list
XmlField
Copyright © 2020 JBoss by Red Hat. All rights reserved.