Class ScholixRelationship

java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v1.ScholixRelationship

public class ScholixRelationship extends Object
  • Constructor Details

    • ScholixRelationship

      public ScholixRelationship()
  • Method Details

    • name

      public ScholixRelationship name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • schema

      public ScholixRelationship schema(String schema)
    • getSchema

      public String getSchema()
      Get The name of the schema or controlled list from which Relationship Sub-type is sourced
      Returns:
      subType
    • setSchema

      public void setSchema(String schema)
    • inverseRelationship

      public ScholixRelationship inverseRelationship(String inverseRelationship)
    • getInverseRelationship

      public String getInverseRelationship()
      Get inverseRelationship
      Returns:
      inverseRelationship
    • setInverseRelationship

      public void setInverseRelationship(String inverseRelationship)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • fromScholixIndexRelationship

      public static ScholixRelationship fromScholixIndexRelationship(ScholixRelationship inputRel)