Class TermDefinition
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.TermDefinition
-
public class TermDefinition 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="gid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="term" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TermDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.String
getTerm()
Gets the value of the term property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setTerm(String value)
Sets the value of the term property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
id
protected String id
-
gid
protected String gid
-
term
protected String term
-
-
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
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getTerm
public String getTerm()
Gets the value of the term property.- Returns:
- possible object is
String
-
-