Class ResourceWithConnectionCT.Connection

  • Enclosing class:
    ResourceWithConnectionCT

    public static class ResourceWithConnectionCT.Connection
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Resource" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceWithConnection_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>
     
    • Constructor Detail

      • Connection

        public Connection()
    • Method Detail

      • getFromIF

        public String getFromIF()
        Gets the value of the fromIF property.
        Returns:
        possible object is String
      • setFromIF

        public void setFromIF​(String value)
        Sets the value of the fromIF property.
        Parameters:
        value - allowed object is String
      • getToIF

        public String getToIF()
        Gets the value of the toIF property.
        Returns:
        possible object is String
      • setToIF

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