Package org.accellera.IPXACT_1685_2014
Class RemapStates.RemapState
- java.lang.Object
- 
- org.accellera.IPXACT_1685_2014.RemapStates.RemapState
 
- 
- Enclosing class:
- RemapStates
 
 @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public static class RemapStates.RemapState 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"> <sequence> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroup"/> <element name="remapPorts" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="remapPort" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="portIndex" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression" minOccurs="0"/> <element name="value" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> </sequence> <attribute name="portRef" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}portName" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRemapStates.RemapState.RemapPortsJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected java.lang.Stringnameprotected RemapStates.RemapState.RemapPortsremapPorts
 - 
Constructor SummaryConstructors Constructor Description RemapState()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.java.lang.StringgetName()Gets the value of the name property.RemapStates.RemapState.RemapPortsgetRemapPorts()Gets the value of the remapPorts property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRemapPorts(RemapStates.RemapState.RemapPorts value)Sets the value of the remapPorts property.
 
- 
- 
- 
Field Detail- 
name@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String name
 - 
displayName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String displayName
 - 
description@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected java.lang.String description
 - 
remapPorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") protected RemapStates.RemapState.RemapPorts remapPorts
 
- 
 - 
Method Detail- 
getName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getDisplayName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getDisplayName()Gets the value of the displayName property.- Returns:
- possible object is
     String
 
 - 
setDisplayName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setDisplayName(java.lang.String value)Sets the value of the displayName property.- Parameters:
- value- allowed object is- String
 
 - 
getDescription@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescription@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 - 
getRemapPorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public RemapStates.RemapState.RemapPorts getRemapPorts()Gets the value of the remapPorts property.- Returns:
- possible object is
     RemapStates.RemapState.RemapPorts
 
 - 
setRemapPorts@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:54Z") public void setRemapPorts(RemapStates.RemapState.RemapPorts value)Sets the value of the remapPorts property.- Parameters:
- value- allowed object is- RemapStates.RemapState.RemapPorts
 
 
- 
 
-