Package eu.openaire.oaf
Class RelToType
java.lang.Object
eu.openaire.oaf.RelToType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.getType()Gets the value of the type property.getValue()Gets the value of the value property.voidSets the value of the clazz property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
value
-
clazz
-
type
-
-
Constructor Details
-
RelToType
public RelToType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-