Class RelToType

java.lang.Object
eu.openaire.oaf.RelToType

public class RelToType extends Object
Information about the related entity.
 <?xml version="1.0" encoding="UTF-8"?><p xmlns:xs="http://www.w3.org/2001/XMLSchema">The semantics of the
                 relationships is expressed by the attributes class and scheme. </p>
 

Java class for relToType complex type.

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

 <complexType name="relToType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • clazz

      protected String clazz
    • type

      protected String type
  • Constructor Details

    • RelToType

      public RelToType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

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