Package org.accellera.IPXACT_1685_2014
Class AbstractionDefinition.Ports.Port.Wire.Qualifier
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.AbstractionDefinition.Ports.Port.Wire.Qualifier
 
- 
- Enclosing class:
- AbstractionDefinition.Ports.Port.Wire
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class AbstractionDefinition.Ports.Port.Wire.Qualifier extends java.lang.ObjectJava 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"> <choice> <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> <element name="isClock" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isReset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description Qualifier()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisIsAddress()Gets the value of the isAddress property.java.lang.BooleanisIsClock()Gets the value of the isClock property.java.lang.BooleanisIsData()Gets the value of the isData property.java.lang.BooleanisIsReset()Gets the value of the isReset property.voidsetIsAddress(java.lang.Boolean value)Sets the value of the isAddress property.voidsetIsClock(java.lang.Boolean value)Sets the value of the isClock property.voidsetIsData(java.lang.Boolean value)Sets the value of the isData property.voidsetIsReset(java.lang.Boolean value)Sets the value of the isReset property.
 
- 
- 
- 
Field Detail- 
isAddress@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Boolean isAddress
 - 
isData@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Boolean isData
 - 
isClock@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Boolean isClock
 - 
isReset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.Boolean isReset
 
- 
 - 
Method Detail- 
isIsAddress@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") 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="2025-10-14T04:40:54Z") public void setIsData(java.lang.Boolean value)Sets the value of the isData property.- Parameters:
- value- allowed object is- Boolean
 
 - 
isIsClock@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.Boolean isIsClock()Gets the value of the isClock property.- Returns:
- possible object is
     Boolean
 
 - 
setIsClock@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setIsClock(java.lang.Boolean value)Sets the value of the isClock property.- Parameters:
- value- allowed object is- Boolean
 
 - 
isIsReset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.Boolean isIsReset()Gets the value of the isReset property.- Returns:
- possible object is
     Boolean
 
 - 
setIsReset@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setIsReset(java.lang.Boolean value)Sets the value of the isReset property.- Parameters:
- value- allowed object is- Boolean
 
 
- 
 
-