public abstract class EntityType extends Object
Java class for EntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}label" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}transf" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}pipe" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
about |
protected List<String> |
label |
protected TransfPipeType |
pipe |
protected FunctionType |
transf |
Constructor and Description |
---|
EntityType() |
Modifier and Type | Method and Description |
---|---|
String |
getAbout()
Gets the value of the about property.
|
List<String> |
getLabel()
Gets the value of the label property.
|
TransfPipeType |
getPipe()
Gets the value of the pipe property.
|
FunctionType |
getTransf()
Gets the value of the transf property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setPipe(TransfPipeType value)
Sets the value of the pipe property.
|
void |
setTransf(FunctionType value)
Sets the value of the transf property.
|
protected FunctionType transf
protected TransfPipeType pipe
protected String about
public List<String> getLabel()
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 label property.
For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
String
public FunctionType getTransf()
FunctionType
public void setTransf(FunctionType value)
value
- allowed object is
FunctionType
public TransfPipeType getPipe()
TransfPipeType
public void setPipe(TransfPipeType value)
value
- allowed object is
TransfPipeType
public String getAbout()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a