Class AbstractResourceDesc.OverviewAndScope
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XHTMLDocCT
introduction
protected XHTMLDocCT
scope
-
Constructor Summary
Constructors Constructor Description OverviewAndScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XHTMLDocCT
getIntroduction()
Gets the value of the introduction property.XHTMLDocCT
getScope()
Gets the value of the scope property.void
setIntroduction(XHTMLDocCT value)
Sets the value of the introduction property.void
setScope(XHTMLDocCT value)
Sets the value of the scope property.
-
-
-
Field Detail
-
introduction
protected XHTMLDocCT introduction
-
scope
protected XHTMLDocCT scope
-
-
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 isXHTMLDocCT
-
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 isXHTMLDocCT
-
-