|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.AbstractionDefinition.AbstractionDefinition.Ports.Port.Wire.Qualifier
public static class AbstractionDefinition.Ports.Port.Wire.Qualifier
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"> <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 Summary | |
---|---|
AbstractionDefinition.Ports.Port.Wire.Qualifier()
|
Method Summary | |
---|---|
java.lang.Boolean |
isIsAddress()
Gets the value of the isAddress property. |
java.lang.Boolean |
isIsClock()
Gets the value of the isClock property. |
java.lang.Boolean |
isIsData()
Gets the value of the isData property. |
java.lang.Boolean |
isIsReset()
Gets the value of the isReset property. |
void |
setIsAddress(java.lang.Boolean value)
Sets the value of the isAddress property. |
void |
setIsClock(java.lang.Boolean value)
Sets the value of the isClock property. |
void |
setIsData(java.lang.Boolean value)
Sets the value of the isData property. |
void |
setIsReset(java.lang.Boolean value)
Sets the value of the isReset property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractionDefinition.Ports.Port.Wire.Qualifier()
Method Detail |
---|
public java.lang.Boolean isIsAddress()
Boolean
public void setIsAddress(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsData()
Boolean
public void setIsData(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsClock()
Boolean
public void setIsClock(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsReset()
Boolean
public void setIsReset(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |