com.eu.miscedautils.ipxact.AbstractionDefinition
Class AbstractionDefinition.Ports.Port.Transactional.Qualifier

java.lang.Object
  extended by com.eu.miscedautils.ipxact.AbstractionDefinition.AbstractionDefinition.Ports.Port.Transactional.Qualifier
Enclosing class:
AbstractionDefinition.Ports.Port.Transactional

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>
 


Constructor Summary
AbstractionDefinition.Ports.Port.Transactional.Qualifier()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractionDefinition.Ports.Port.Transactional.Qualifier

public AbstractionDefinition.Ports.Port.Transactional.Qualifier()
Method Detail

isIsAddress

public java.lang.Boolean isIsAddress()
Gets the value of the isAddress property.

Returns:
possible object is Boolean

setIsAddress

public void setIsAddress(java.lang.Boolean value)
Sets the value of the isAddress property.

Parameters:
value - allowed object is Boolean

isIsData

public java.lang.Boolean isIsData()
Gets the value of the isData property.

Returns:
possible object is Boolean

setIsData

public void setIsData(java.lang.Boolean value)
Sets the value of the isData property.

Parameters:
value - allowed object is Boolean