public class AlignmentType extends Object
Java class for AlignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="base" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </element> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.esdi-humboldt.eu/hale/alignment}cell"/> <element ref="{http://www.esdi-humboldt.eu/hale/alignment}modifier"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AlignmentType.Base
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<AlignmentType.Base> |
base |
protected List<Object> |
cellOrModifier |
Constructor and Description |
---|
AlignmentType() |
Modifier and Type | Method and Description |
---|---|
List<AlignmentType.Base> |
getBase()
Gets the value of the base property.
|
List<Object> |
getCellOrModifier()
Gets the value of the cellOrModifier property.
|
protected List<AlignmentType.Base> base
public List<AlignmentType.Base> getBase()
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 base property.
For example, to add a new item, do as follows:
getBase().add(newItem);
Objects of the following type(s) are allowed in the list
AlignmentType.Base
public List<Object> getCellOrModifier()
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 cellOrModifier property.
For example, to add a new item, do as follows:
getCellOrModifier().add(newItem);
Objects of the following type(s) are allowed in the list
CellType
ModifierType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a