Class 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>
     
    • Constructor Detail

      • InterfaceLink

        public InterfaceLink()
    • 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 is XHTMLDocCT
      • 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
      • setIdRefStdBody

        public void setIdRefStdBody​(Object value)
        Sets the value of the idRefStdBody property.
        Parameters:
        value - allowed object is Object