Class ImplementationCT


  • public class ImplementationCT
    extends Object
    Implementations related information

    Java class for Implementation_CT complex type.

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

     <complexType name="Implementation_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PLC_Related" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Symbols">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Symbol" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Symbol_CT" maxOccurs="unbounded" minOccurs="0"/>
                                 <element name="SymbolRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SymbolRefTypePort_CT" maxOccurs="unbounded" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ImplementationCT

        public ImplementationCT()
    • Method Detail

      • getExtension

        public List<ExtensionDataCT> getExtension()
        Gets the value of the extension 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 extension property.

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

            getExtension().add(newItem);
         

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