Package eu.openaire.oaf.model.base
Class RelToType
- java.lang.Object
-
- eu.openaire.oaf.model.base.RelToType
-
- All Implemented Interfaces:
Serializable
public class RelToType extends Object implements Serializable
Information about the related entity.<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://namespace.openaire.eu/oaf" 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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelToType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Gets the value of the clazz property.StringgetType()Gets the value of the type property.StringgetValue()Gets the value of the value property.voidsetClazz(String value)Sets the value of the clazz property.voidsetType(String value)Sets the value of the type property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
-