Package eu.openaire.oaf
Class ContextType
java.lang.Object
eu.openaire.oaf.LabeledIdElementType
eu.openaire.oaf.ContextType
Java class for contextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contextType">
<complexContent>
<extension base="{http://namespace.openaire.eu/oaf}labeledIdElementType">
<sequence maxOccurs="unbounded">
<element name="category" type="{http://namespace.openaire.eu/oaf}categoryType"/>
</sequence>
<attGroup ref="{http://namespace.openaire.eu/oaf}dataInfoAttributeGroup"/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CategoryType>protected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected StringFields inherited from class eu.openaire.oaf.LabeledIdElementType
id, label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.Gets the value of the classid property.Gets the value of the classname property.Gets the value of the inferenceprovenance property.Gets the value of the schemeid property.Gets the value of the schemename property.getTrust()Gets the value of the trust property.Gets the value of the inferred property.voidsetClassid(String value) Sets the value of the classid property.voidsetClassname(String value) Sets the value of the classname property.voidsetInferenceprovenance(String value) Sets the value of the inferenceprovenance property.voidsetInferred(Boolean value) Sets the value of the inferred property.voidsetSchemeid(String value) Sets the value of the schemeid property.voidsetSchemename(String value) Sets the value of the schemename property.voidSets the value of the trust property.Methods inherited from class eu.openaire.oaf.LabeledIdElementType
getId, getLabel, setId, setLabel
-
Field Details
-
category
-
inferred
-
trust
-
inferenceprovenance
-
classid
-
classname
-
schemeid
-
schemename
-
-
Constructor Details
-
ContextType
public ContextType()
-
-
Method Details
-
getCategory
Gets the value of the category property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the category property.For example, to add a new item, do as follows:
getCategory().add(newItem);Objects of the following type(s) are allowed in the list
CategoryType -
isInferred
Gets the value of the inferred property.- Returns:
- possible object is
Boolean
-
setInferred
Sets the value of the inferred property.- Parameters:
value- allowed object isBoolean
-
getTrust
Gets the value of the trust property.- Returns:
- possible object is
String
-
setTrust
Sets the value of the trust property.- Parameters:
value- allowed object isString
-
getInferenceprovenance
Gets the value of the inferenceprovenance property.- Returns:
- possible object is
String
-
setInferenceprovenance
Sets the value of the inferenceprovenance property.- Parameters:
value- allowed object isString
-
getClassid
Gets the value of the classid property.- Returns:
- possible object is
String
-
setClassid
Sets the value of the classid property.- Parameters:
value- allowed object isString
-
getClassname
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getSchemeid
Gets the value of the schemeid property.- Returns:
- possible object is
String
-
setSchemeid
Sets the value of the schemeid property.- Parameters:
value- allowed object isString
-
getSchemename
Gets the value of the schemename property.- Returns:
- possible object is
String
-
setSchemename
Sets the value of the schemename property.- Parameters:
value- allowed object isString
-