Package eu.openaire.oaf.model.base
Class ExternalreferenceType
- java.lang.Object
-
- eu.openaire.oaf.model.base.ExternalreferenceType
-
- All Implemented Interfaces:
Serializable
public class ExternalreferenceType extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclassidprotected Stringclassnameprotected Stringinferenceprovenanceprotected Booleaninferredprotected QualifierTypequalifierprotected Stringrefidentifierprotected Stringschemeidprotected Stringschemenameprotected Stringsitenameprotected Stringtrustprotected Stringurl
-
Constructor Summary
Constructors Constructor Description ExternalreferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassid()Gets the value of the classid property.StringgetClassname()Gets the value of the classname property.StringgetInferenceprovenance()Gets the value of the inferenceprovenance property.QualifierTypegetQualifier()Gets the value of the qualifier property.StringgetRefidentifier()Gets the value of the refidentifier property.StringgetSchemeid()Gets the value of the schemeid property.StringgetSchemename()Gets the value of the schemename property.StringgetSitename()Gets the value of the sitename property.StringgetTrust()Gets the value of the trust property.StringgetUrl()Gets the value of the url property.BooleanisInferred()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.voidsetTrust(String value)Sets the value of the trust property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
Field Detail
-
sitename
protected String sitename
-
url
protected String url
-
qualifier
protected QualifierType qualifier
-
refidentifier
protected String refidentifier
-
inferred
protected Boolean inferred
-
trust
protected String trust
-
inferenceprovenance
protected String inferenceprovenance
-
classid
protected String classid
-
classname
protected String classname
-
schemeid
protected String schemeid
-
schemename
protected String schemename
-
-
Method Detail
-
getSitename
public String getSitename()
Gets the value of the sitename property.- Returns:
- possible object is
String
-
setSitename
public void setSitename(String value)
Sets the value of the sitename property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getQualifier
public QualifierType getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
QualifierType
-
setQualifier
public void setQualifier(QualifierType value)
Sets the value of the qualifier property.- Parameters:
value- allowed object isQualifierType
-
getRefidentifier
public String getRefidentifier()
Gets the value of the refidentifier property.- Returns:
- possible object is
String
-
setRefidentifier
public void setRefidentifier(String value)
Sets the value of the refidentifier property.- Parameters:
value- allowed object isString
-
isInferred
public Boolean isInferred()
Gets the value of the inferred property.- Returns:
- possible object is
Boolean
-
setInferred
public void setInferred(Boolean value)
Sets the value of the inferred property.- Parameters:
value- allowed object isBoolean
-
getTrust
public String getTrust()
Gets the value of the trust property.- Returns:
- possible object is
String
-
setTrust
public void setTrust(String value)
Sets the value of the trust property.- Parameters:
value- allowed object isString
-
getInferenceprovenance
public String getInferenceprovenance()
Gets the value of the inferenceprovenance property.- Returns:
- possible object is
String
-
setInferenceprovenance
public void setInferenceprovenance(String value)
Sets the value of the inferenceprovenance property.- Parameters:
value- allowed object isString
-
getClassid
public String getClassid()
Gets the value of the classid property.- Returns:
- possible object is
String
-
setClassid
public void setClassid(String value)
Sets the value of the classid property.- Parameters:
value- allowed object isString
-
getClassname
public String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getSchemeid
public String getSchemeid()
Gets the value of the schemeid property.- Returns:
- possible object is
String
-
setSchemeid
public void setSchemeid(String value)
Sets the value of the schemeid property.- Parameters:
value- allowed object isString
-
getSchemename
public String getSchemename()
Gets the value of the schemename property.- Returns:
- possible object is
String
-
-