Class InterfaceStdCT


  • public class InterfaceStdCT
    extends Object
    Definition of Interface CT

    Java class for InterfaceStd_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="InterfaceStd_CT">
       <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="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"/>
             <element name="IFPropertyRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}IFPropertyRef_CT" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="idRefStdBody" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="part" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="codeFull" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InterfaceStdCT

        public InterfaceStdCT()
    • 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

      • getIFPropertyRef

        public List<IFPropertyRefCT> getIFPropertyRef()
        Gets the value of the ifPropertyRef 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 ifPropertyRef property.

        For example, to add a new item, do as follows:

            getIFPropertyRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list IFPropertyRefCT

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getGid

        public String getGid()
        Gets the value of the gid property.
        Returns:
        possible object is String
      • setGid

        public void setGid​(String value)
        Sets the value of the gid property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getURL

        public String getURL()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setURL

        public void setURL​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String
      • 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
      • getCode

        public String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

        public void setCode​(String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String
      • getPart

        public String getPart()
        Gets the value of the part property.
        Returns:
        possible object is String
      • setPart

        public void setPart​(String value)
        Sets the value of the part property.
        Parameters:
        value - allowed object is String
      • getYear

        public String getYear()
        Gets the value of the year property.
        Returns:
        possible object is String
      • setYear

        public void setYear​(String value)
        Sets the value of the year property.
        Parameters:
        value - allowed object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getCodeFull

        public String getCodeFull()
        Gets the value of the codeFull property.
        Returns:
        possible object is String
      • setCodeFull

        public void setCodeFull​(String value)
        Sets the value of the codeFull property.
        Parameters:
        value - allowed object is String