com.eu.miscedautils.ipxact.AbstractionDefinition
Class AbstractionDefinition.Ports.Port.Wire.OnSystem

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

public static class AbstractionDefinition.Ports.Port.Wire.OnSystem
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="group" type="{http://www.w3.org/2001/XMLSchema}Name"/>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}wirePort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractionDefinition.Ports.Port.Wire.OnSystem()
           
 
Method Summary
 java.lang.String getDirection()
          Gets the value of the direction property.
 java.lang.String getGroup()
          Gets the value of the group property.
 AbstractionDefPortConstraintsType getMirroredModeConstraints()
          Gets the value of the mirroredModeConstraints property.
 AbstractionDefPortConstraintsType getModeConstraints()
          Gets the value of the modeConstraints property.
 java.lang.String getPresence()
          Gets the value of the presence property.
 java.math.BigInteger getWidth()
          Gets the value of the width property.
 void setDirection(java.lang.String value)
          Sets the value of the direction property.
 void setGroup(java.lang.String value)
          Sets the value of the group property.
 void setMirroredModeConstraints(AbstractionDefPortConstraintsType value)
          Sets the value of the mirroredModeConstraints property.
 void setModeConstraints(AbstractionDefPortConstraintsType value)
          Sets the value of the modeConstraints property.
 void setPresence(java.lang.String value)
          Sets the value of the presence property.
 void setWidth(java.math.BigInteger value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractionDefinition.Ports.Port.Wire.OnSystem

public AbstractionDefinition.Ports.Port.Wire.OnSystem()
Method Detail

getGroup

public java.lang.String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(java.lang.String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

getPresence

public java.lang.String getPresence()
Gets the value of the presence property.

Returns:
possible object is String

setPresence

public void setPresence(java.lang.String value)
Sets the value of the presence property.

Parameters:
value - allowed object is String

getWidth

public java.math.BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(java.math.BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getDirection

public java.lang.String getDirection()
Gets the value of the direction property.

Returns:
possible object is String

setDirection

public void setDirection(java.lang.String value)
Sets the value of the direction property.

Parameters:
value - allowed object is String

getModeConstraints

public AbstractionDefPortConstraintsType getModeConstraints()
Gets the value of the modeConstraints property.

Returns:
possible object is AbstractionDefPortConstraintsType

setModeConstraints

public void setModeConstraints(AbstractionDefPortConstraintsType value)
Sets the value of the modeConstraints property.

Parameters:
value - allowed object is AbstractionDefPortConstraintsType

getMirroredModeConstraints

public AbstractionDefPortConstraintsType getMirroredModeConstraints()
Gets the value of the mirroredModeConstraints property.

Returns:
possible object is AbstractionDefPortConstraintsType

setMirroredModeConstraints

public void setMirroredModeConstraints(AbstractionDefPortConstraintsType value)
Sets the value of the mirroredModeConstraints property.

Parameters:
value - allowed object is AbstractionDefPortConstraintsType