Class RelType

java.lang.Object
eu.openaire.oaf.RelType

public class RelType extends Object

Java class for relType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="relType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded">
           <element name="to" type="{http://namespace.openaire.eu/oaf}relToType"/>
           <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="websiteurl" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
           <choice>
             <group ref="{http://namespace.openaire.eu/oaf}relDataSourceGroup"/>
             <group ref="{http://namespace.openaire.eu/oaf}relResultGroup"/>
             <group ref="{http://namespace.openaire.eu/oaf}relProjectGroup"/>
             <group ref="{http://namespace.openaire.eu/oaf}relOrganizationGroup"/>
             <group ref="{http://namespace.openaire.eu/oaf}fundingGroup"/>
           </choice>
         </choice>
       </sequence>
       <attGroup ref="{http://namespace.openaire.eu/oaf}dataInfoAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • toOrTitleOrWebsiteurl

      protected List<jakarta.xml.bind.JAXBElement<?>> toOrTitleOrWebsiteurl
    • 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
  • Constructor Details

    • RelType

      public RelType()
  • Method Details

    • getToOrTitleOrWebsiteurl

      public List<jakarta.xml.bind.JAXBElement<?>> getToOrTitleOrWebsiteurl()
      Gets the value of the toOrTitleOrWebsiteurl 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 set method for the toOrTitleOrWebsiteurl property.

      For example, to add a new item, do as follows:

          getToOrTitleOrWebsiteurl().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<FundingFlatType> JAXBElement<NamedIdElementType> JAXBElement<QualifierType> JAXBElement<QualifierType> JAXBElement<RelToType> JAXBElement<StructuredPropertyElementType> JAXBElement<Double> JAXBElement<Object> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>

    • 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 is Boolean
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getSchemename

      public String getSchemename()
      Gets the value of the schemename property.
      Returns:
      possible object is String
    • setSchemename

      public void setSchemename(String value)
      Sets the value of the schemename property.
      Parameters:
      value - allowed object is String