Package eu.openaire.oaf
Class DataInfoType
java.lang.Object
eu.openaire.oaf.DataInfoType
Java class for dataInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://namespace.openaire.eu/oaf}dataInfoAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets 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.
-
Field Details
-
inferred
-
trust
-
inferenceprovenance
-
classid
-
classname
-
schemeid
-
schemename
-
-
Constructor Details
-
DataInfoType
public DataInfoType()
-
-
Method Details
-
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
-