Class AbstractionDefinition.Ports.Port.Transactional.Qualifier

  • Enclosing class:
    AbstractionDefinition.Ports.Port.Transactional

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:51Z")
    public static class AbstractionDefinition.Ports.Port.Transactional.Qualifier
    extends java.lang.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="isAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean isAddress  
      protected java.lang.Boolean isData  
    • Constructor Summary

      Constructors 
      Constructor Description
      Qualifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isIsAddress()
      Gets the value of the isAddress property.
      java.lang.Boolean isIsData()
      Gets the value of the isData property.
      void setIsAddress​(java.lang.Boolean value)
      Sets the value of the isAddress property.
      void setIsData​(java.lang.Boolean value)
      Sets the value of the isData property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isAddress

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.Boolean isAddress
      • isData

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected java.lang.Boolean isData
    • Constructor Detail

      • Qualifier

        public Qualifier()
    • Method Detail

      • isIsAddress

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.Boolean isIsAddress()
        Gets the value of the isAddress property.
        Returns:
        possible object is Boolean
      • setIsAddress

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setIsAddress​(java.lang.Boolean value)
        Sets the value of the isAddress property.
        Parameters:
        value - allowed object is Boolean
      • isIsData

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public java.lang.Boolean isIsData()
        Gets the value of the isData property.
        Returns:
        possible object is Boolean
      • setIsData

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setIsData​(java.lang.Boolean value)
        Sets the value of the isData property.
        Parameters:
        value - allowed object is Boolean