public class CellType extends Object
Java class for CellType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CellType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" type="{http://www.esdi-humboldt.eu/hale/alignment}NamedEntityType" maxOccurs="unbounded" minOccurs="0"/> <element name="target" type="{http://www.esdi-humboldt.eu/hale/alignment}NamedEntityType" maxOccurs="unbounded"/> <element ref="{http://www.esdi-humboldt.eu/hale/alignment}AbstractParameter" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="documentation" type="{http://www.esdi-humboldt.eu/hale/alignment}DocumentationType"/> <element name="annotation" type="{http://www.esdi-humboldt.eu/hale/alignment}AnnotationType"/> </choice> </sequence> <attribute name="relation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="priority" type="{http://www.esdi-humboldt.eu/hale/alignment}PriorityType" default="normal" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends AbstractParameterType>> |
abstractParameter |
protected List<Object> |
documentationOrAnnotation |
protected String |
id |
protected PriorityType |
priority |
protected String |
relation |
protected List<NamedEntityType> |
source |
protected List<NamedEntityType> |
target |
Constructor and Description |
---|
CellType() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<? extends AbstractParameterType>> |
getAbstractParameter()
Gets the value of the abstractParameter property.
|
List<Object> |
getDocumentationOrAnnotation()
Gets the value of the documentationOrAnnotation property.
|
String |
getId()
Gets the value of the id property.
|
PriorityType |
getPriority()
Gets the value of the priority property.
|
String |
getRelation()
Gets the value of the relation property.
|
List<NamedEntityType> |
getSource()
Gets the value of the source property.
|
List<NamedEntityType> |
getTarget()
Gets the value of the target property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPriority(PriorityType value)
Sets the value of the priority property.
|
void |
setRelation(String value)
Sets the value of the relation property.
|
protected List<NamedEntityType> source
protected List<NamedEntityType> target
protected List<JAXBElement<? extends AbstractParameterType>> abstractParameter
protected String relation
protected String id
protected PriorityType priority
public List<NamedEntityType> getSource()
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 source property.
For example, to add a new item, do as follows:
getSource().add(newItem);
Objects of the following type(s) are allowed in the list
NamedEntityType
public List<NamedEntityType> getTarget()
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 target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
NamedEntityType
public List<JAXBElement<? extends AbstractParameterType>> getAbstractParameter()
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 abstractParameter property.
For example, to add a new item, do as follows:
getAbstractParameter().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ComplexParameterType
>
JAXBElement
<
AbstractParameterType
>
JAXBElement
<
ParameterType
>
public List<Object> getDocumentationOrAnnotation()
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 documentationOrAnnotation property.
For example, to add a new item, do as follows:
getDocumentationOrAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
AnnotationType
DocumentationType
public String getRelation()
String
public void setRelation(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public PriorityType getPriority()
PriorityType
public void setPriority(PriorityType value)
value
- allowed object is
PriorityType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a