Package eu.openaire.oaf
Class NamedIdElementType
java.lang.Object
eu.openaire.oaf.NamedIdElementType
Java class for namedIdElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="namedIdElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://namespace.openaire.eu/oaf}dataInfoAttributeGroup"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</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.getId()Gets the value of the id property.Gets the value of the inferenceprovenance property.getName()Gets the value of the name 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.voidSets the value of the id property.voidsetInferenceprovenance(String value) Sets the value of the inferenceprovenance property.voidsetInferred(Boolean value) Sets the value of the inferred property.voidSets the value of the name 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
-
id
-
name
-
inferred
-
trust
-
inferenceprovenance
-
classid
-
classname
-
schemeid
-
schemename
-
-
Constructor Details
-
NamedIdElementType
public NamedIdElementType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
-