Package eu.openaire.oaf
Class ExternalreferenceType
java.lang.Object
eu.openaire.oaf.ExternalreferenceType
Java class for externalreferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="externalreferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sitename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="qualifier" type="{http://namespace.openaire.eu/oaf}qualifierType" minOccurs="0"/>
<element name="refidentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<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 qualifier property.Gets the value of the refidentifier property.Gets the value of the schemeid property.Gets the value of the schemename property.Gets the value of the sitename property.getTrust()Gets the value of the trust property.getUrl()Gets the value of the url 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.voidsetQualifier(QualifierType value) Sets the value of the qualifier property.voidsetRefidentifier(String value) Sets the value of the refidentifier property.voidsetSchemeid(String value) Sets the value of the schemeid property.voidsetSchemename(String value) Sets the value of the schemename property.voidsetSitename(String value) Sets the value of the sitename property.voidSets the value of the trust property.voidSets the value of the url property.
-
Field Details
-
sitename
-
url
-
qualifier
-
refidentifier
-
inferred
-
trust
-
inferenceprovenance
-
classid
-
classname
-
schemeid
-
schemename
-
-
Constructor Details
-
ExternalreferenceType
public ExternalreferenceType()
-
-
Method Details
-
getSitename
Gets the value of the sitename property.- Returns:
- possible object is
String
-
setSitename
Sets the value of the sitename property.- Parameters:
value- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
QualifierType
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isQualifierType
-
getRefidentifier
Gets the value of the refidentifier property.- Returns:
- possible object is
String
-
setRefidentifier
Sets the value of the refidentifier 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
-