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

      • Reference

        public Reference()
    • 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
      • 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 is String
      • getURL

        public String getURL()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setURL

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