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