|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.model.generated.oml.TransformationType
public abstract class TransformationType
Java class for TransformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="param" type="{http://www.omwg.org/TR/d7/ontology/alignment}paramType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<ParamType> |
param
|
protected String |
resource
|
Constructor Summary | |
---|---|
TransformationType()
|
Method Summary | |
---|---|
List<ParamType> |
getParam()
Gets the value of the param property. |
String |
getResource()
Gets the value of the resource property. |
void |
setResource(String value)
Sets the value of the resource property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ParamType> param
protected String resource
Constructor Detail |
---|
public TransformationType()
Method Detail |
---|
public List<ParamType> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamType
public String getResource()
String
public void setResource(String value)
value
- allowed object is
String
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |