Class InterfaceLink
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceLink
-
public class InterfaceLink extends ExternalResourceLinkCT
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExternalResourceLink_CT"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/> <element name="Class" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFClassOption_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="Option" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFClassOption_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="IFProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFProperty_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="idRefStdBody" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<IFClassOptionCT>
clazz
protected Object
idRefStdBody
protected List<IFPropertyCT>
ifProperty
protected List<IFClassOptionCT>
option
protected XHTMLDocCT
xhtml
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
description, gid, id, name, url
-
-
Constructor Summary
Constructors Constructor Description InterfaceLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IFClassOptionCT>
getClazz()
Gets the value of the clazz property.Object
getIdRefStdBody()
Gets the value of the idRefStdBody property.List<IFPropertyCT>
getIFProperty()
Gets the value of the ifProperty property.List<IFClassOptionCT>
getOption()
Gets the value of the option property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setIdRefStdBody(Object value)
Sets the value of the idRefStdBody property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
getDescription, getGid, getId, getName, getURL, setDescription, setGid, setId, setName, setURL
-
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
clazz
protected List<IFClassOptionCT> clazz
-
option
protected List<IFClassOptionCT> option
-
ifProperty
protected List<IFPropertyCT> ifProperty
-
idRefStdBody
protected Object idRefStdBody
-
-
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
-
getClazz
public List<IFClassOptionCT> getClazz()
Gets the value of the clazz property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the clazz property.For example, to add a new item, do as follows:
getClazz().add(newItem);
Objects of the following type(s) are allowed in the list
IFClassOptionCT
-
getOption
public List<IFClassOptionCT> getOption()
Gets the value of the option property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the option property.For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
IFClassOptionCT
-
getIFProperty
public List<IFPropertyCT> getIFProperty()
Gets the value of the ifProperty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the ifProperty property.For example, to add a new item, do as follows:
getIFProperty().add(newItem);
Objects of the following type(s) are allowed in the list
IFPropertyCT
-
getIdRefStdBody
public Object getIdRefStdBody()
Gets the value of the idRefStdBody property.- Returns:
- possible object is
Object
-
-