public class AffiliationsExtension extends NodeExtension
| Modifier and Type | Field and Description |
|---|---|
protected List<Affiliation> |
items |
| Constructor and Description |
|---|
AffiliationsExtension() |
AffiliationsExtension(List<Affiliation> subList) |
| Modifier and Type | Method and Description |
|---|---|
List<Affiliation> |
getAffiliations() |
CharSequence |
toXML()
Returns the XML representation of this Element.
|
getElementName, getNamespace, getNode, toStringprotected List<Affiliation> items
public AffiliationsExtension()
public AffiliationsExtension(List<Affiliation> subList)
public List<Affiliation> getAffiliations()
public CharSequence toXML()
ElementtoXML in interface ElementtoXML in class NodeExtension