public class ModifierType extends Object
Java class for ModifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="disable-for"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </choice> <element name="transformation" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="mode" use="required" type="{http://www.esdi-humboldt.eu/hale/alignment}TransformationModeType" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="cell" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ModifierType.DisableFor
Java class for anonymous complex type.
|
static class |
ModifierType.Transformation
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
cell |
protected List<ModifierType.DisableFor> |
disableFor |
protected ModifierType.Transformation |
transformation |
Constructor and Description |
---|
ModifierType() |
Modifier and Type | Method and Description |
---|---|
String |
getCell()
Gets the value of the cell property.
|
List<ModifierType.DisableFor> |
getDisableFor()
Gets the value of the disableFor property.
|
ModifierType.Transformation |
getTransformation()
Gets the value of the transformation property.
|
void |
setCell(String value)
Sets the value of the cell property.
|
void |
setTransformation(ModifierType.Transformation value)
Sets the value of the transformation property.
|
protected List<ModifierType.DisableFor> disableFor
protected ModifierType.Transformation transformation
protected String cell
public List<ModifierType.DisableFor> getDisableFor()
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 disableFor property.
For example, to add a new item, do as follows:
getDisableFor().add(newItem);
Objects of the following type(s) are allowed in the list
ModifierType.DisableFor
public ModifierType.Transformation getTransformation()
ModifierType.Transformation
public void setTransformation(ModifierType.Transformation value)
value
- allowed object is
ModifierType.Transformation
public String getCell()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a