Class 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 Detail

      • TermDefinition

        public TermDefinition()
    • 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 is XHTMLDocCT
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • getTerm

        public String getTerm()
        Gets the value of the term property.
        Returns:
        possible object is String
      • setTerm

        public void setTerm​(String value)
        Sets the value of the term property.
        Parameters:
        value - allowed object is String