Class ResourceRefWithConnCT


  • public class ResourceRefWithConnCT
    extends ResourceRefCT
    Resource Reference CT with Connections

    Java class for ResourceRefWithConn_CT complex type.

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

     <complexType name="ResourceRefWithConn_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRef_CT">
           <sequence>
             <element name="Connection" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ResourceRefWithConn" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRefWithConn_CT"/>
                     </sequence>
                     <attribute name="fromIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                     <attribute name="toIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="isKeptFixed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceRefWithConnCT

        public ResourceRefWithConnCT()
    • Method Detail

      • getConnection

        public List<ResourceRefWithConnCT.Connection> getConnection()
        Gets the value of the connection 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 connection property.

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

            getConnection().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResourceRefWithConnCT.Connection

      • isIsKeptFixed

        public boolean isIsKeptFixed()
        Gets the value of the isKeptFixed property.
        Returns:
        possible object is Boolean
      • setIsKeptFixed

        public void setIsKeptFixed​(Boolean value)
        Sets the value of the isKeptFixed property.
        Parameters:
        value - allowed object is Boolean