Class PropertiesForRDCT.PhysicalProperties.LocalOrigin
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.PropertiesForRDCT.PhysicalProperties.LocalOrigin
-
- Enclosing class:
- PropertiesForRDCT.PhysicalProperties
public static class PropertiesForRDCT.PhysicalProperties.LocalOrigin 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"/> </sequence> <attribute name="iFInstanceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
ifInstanceRef
protected XHTMLDocCT
xhtml
-
Constructor Summary
Constructors Constructor Description LocalOrigin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getIFInstanceRef()
Gets the value of the ifInstanceRef property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setIFInstanceRef(Object value)
Sets the value of the ifInstanceRef property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
ifInstanceRef
protected Object ifInstanceRef
-
-
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
-
getIFInstanceRef
public Object getIFInstanceRef()
Gets the value of the ifInstanceRef property.- Returns:
- possible object is
Object
-
-