Class AbstractResourceDesc.GeneralRequirements
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.AbstractResourceDesc.GeneralRequirements
-
- Enclosing class:
- AbstractResourceDesc
public static class AbstractResourceDesc.GeneralRequirements 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" minOccurs="0"/> <element name="References"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Reference" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Terms"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}TermDefinition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractResourceDesc.GeneralRequirements.References
Java class for anonymous complex type.static class
AbstractResourceDesc.GeneralRequirements.Terms
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractResourceDesc.GeneralRequirements.References
references
protected AbstractResourceDesc.GeneralRequirements.Terms
terms
protected XHTMLDocCT
xhtml
-
Constructor Summary
Constructors Constructor Description GeneralRequirements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractResourceDesc.GeneralRequirements.References
getReferences()
Gets the value of the references property.AbstractResourceDesc.GeneralRequirements.Terms
getTerms()
Gets the value of the terms property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setReferences(AbstractResourceDesc.GeneralRequirements.References value)
Sets the value of the references property.void
setTerms(AbstractResourceDesc.GeneralRequirements.Terms value)
Sets the value of the terms property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
references
protected AbstractResourceDesc.GeneralRequirements.References references
-
terms
protected AbstractResourceDesc.GeneralRequirements.Terms terms
-
-
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
-
getReferences
public AbstractResourceDesc.GeneralRequirements.References getReferences()
Gets the value of the references property.- Returns:
- possible object is
AbstractResourceDesc.GeneralRequirements.References
-
setReferences
public void setReferences(AbstractResourceDesc.GeneralRequirements.References value)
Sets the value of the references property.- Parameters:
value
- allowed object isAbstractResourceDesc.GeneralRequirements.References
-
getTerms
public AbstractResourceDesc.GeneralRequirements.Terms getTerms()
Gets the value of the terms property.- Returns:
- possible object is
AbstractResourceDesc.GeneralRequirements.Terms
-
setTerms
public void setTerms(AbstractResourceDesc.GeneralRequirements.Terms value)
Sets the value of the terms property.- Parameters:
value
- allowed object isAbstractResourceDesc.GeneralRequirements.Terms
-
-