Class AbstractResourceDesc.OverviewAndScope

  • Enclosing class:
    AbstractResourceDesc

    public static class AbstractResourceDesc.OverviewAndScope
    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 name="Introduction" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT"/>
             <element name="Scope" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OverviewAndScope

        public OverviewAndScope()
    • Method Detail

      • getIntroduction

        public XHTMLDocCT getIntroduction()
        Gets the value of the introduction property.
        Returns:
        possible object is XHTMLDocCT
      • setIntroduction

        public void setIntroduction​(XHTMLDocCT value)
        Sets the value of the introduction property.
        Parameters:
        value - allowed object is XHTMLDocCT
      • getScope

        public XHTMLDocCT getScope()
        Gets the value of the scope property.
        Returns:
        possible object is XHTMLDocCT
      • setScope

        public void setScope​(XHTMLDocCT value)
        Sets the value of the scope property.
        Parameters:
        value - allowed object is XHTMLDocCT