public class RelationType extends Object implements Serializable
Java class for relationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isDerivedFrom" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="isAlternativeFormatOf" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="hasAdaptor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="hasSchema" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}RDF" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
hasAdaptor |
protected String |
hasSchema |
protected String |
isAlternativeFormatOf |
protected String |
isDerivedFrom |
protected RdfType |
rdf |
Constructor and Description |
---|
RelationType() |
Modifier and Type | Method and Description |
---|---|
String |
getHasAdaptor()
Gets the value of the hasAdaptor property.
|
String |
getHasSchema()
Gets the value of the hasSchema property.
|
String |
getIsAlternativeFormatOf()
Gets the value of the isAlternativeFormatOf property.
|
String |
getIsDerivedFrom()
Gets the value of the isDerivedFrom property.
|
RdfType |
getRDF()
Gets the value of the rdf property.
|
void |
setHasAdaptor(String value)
Sets the value of the hasAdaptor property.
|
void |
setHasSchema(String value)
Sets the value of the hasSchema property.
|
void |
setIsAlternativeFormatOf(String value)
Sets the value of the isAlternativeFormatOf property.
|
void |
setIsDerivedFrom(String value)
Sets the value of the isDerivedFrom property.
|
void |
setRDF(RdfType value)
Sets the value of the rdf property.
|
protected String isDerivedFrom
protected String isAlternativeFormatOf
protected String hasAdaptor
protected String hasSchema
protected RdfType rdf
public String getIsDerivedFrom()
String
public void setIsDerivedFrom(String value)
value
- allowed object is
String
public String getIsAlternativeFormatOf()
String
public void setIsAlternativeFormatOf(String value)
value
- allowed object is
String
public String getHasAdaptor()
String
public void setHasAdaptor(String value)
value
- allowed object is
String
public String getHasSchema()
String
public void setHasSchema(String value)
value
- allowed object is
String
public RdfType getRDF()
RdfType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.