Class Reference
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Reference
-
public class Reference extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Reference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getURL()
Gets the value of the url property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setURL(String value)
Sets the value of the url property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
id
protected String id
-
name
protected String name
-
url
protected String url
-
-
Method Detail
-
getXHTML
public XHTMLDocCT getXHTML()
Gets the value of the xhtml property.- Returns:
- possible object is
XHTMLDocCT
-
setXHTML
public void setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.- Parameters:
value
- allowed object isXHTMLDocCT
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getURL
public String getURL()
Gets the value of the url property.- Returns:
- possible object is
String
-
-