com.eu.miscedautils.ipxact.Abstractor
Class BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress
Enclosing class:
BusInterfaceType.MirroredSlave.BaseAddresses

public static class BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger">
       <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.att"/>
       <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}prompt default="Base Address:""/>
       <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress()
           
 
Method Summary
 java.math.BigInteger getBitStringLength()
          Gets the value of the bitStringLength property.
 java.lang.String getChoiceRef()
          Gets the value of the choiceRef property.
 java.util.List<java.lang.String> getConfigGroups()
          Gets the value of the configGroups property.
 java.lang.String getDependency()
          Gets the value of the dependency property.
 FormatType getFormat()
          Gets the value of the format property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getMaximum()
          Gets the value of the maximum property.
 java.lang.String getMinimum()
          Gets the value of the minimum property.
 java.lang.Float getOrder()
          Gets the value of the order property.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 java.lang.String getPrompt()
          Gets the value of the prompt property.
 RangeTypeType getRangeType()
          Gets the value of the rangeType property.
 ResolveType getResolve()
          Gets the value of the resolve property.
 java.lang.String getState()
          Gets the value of the state property.
 java.lang.String getValue()
          A scaled nonnegative integer that consists of the value set {0, 1, ...}.
 void setBitStringLength(java.math.BigInteger value)
          Sets the value of the bitStringLength property.
 void setChoiceRef(java.lang.String value)
          Sets the value of the choiceRef property.
 void setDependency(java.lang.String value)
          Sets the value of the dependency property.
 void setFormat(FormatType value)
          Sets the value of the format property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setMaximum(java.lang.String value)
          Sets the value of the maximum property.
 void setMinimum(java.lang.String value)
          Sets the value of the minimum property.
 void setOrder(java.lang.Float value)
          Sets the value of the order property.
 void setPrompt(java.lang.String value)
          Sets the value of the prompt property.
 void setRangeType(RangeTypeType value)
          Sets the value of the rangeType property.
 void setResolve(ResolveType value)
          Sets the value of the resolve property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress

public BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress()
Method Detail

getValue

public java.lang.String getValue()
A scaled nonnegative integer that consists of the value set {0, 1, ...}. It is derived from scaledInteger and it supports a magnitude scale suffix of upper or lower case K (kilo=2^10), M (mega=2^20), G (giga=2^30) or T (tera=2^40).

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getPrompt

public java.lang.String getPrompt()
Gets the value of the prompt property.

Returns:
possible object is String

setPrompt

public void setPrompt(java.lang.String value)
Sets the value of the prompt property.

Parameters:
value - allowed object is String

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getFormat

public FormatType getFormat()
Gets the value of the format property.

Returns:
possible object is FormatType

setFormat

public void setFormat(FormatType value)
Sets the value of the format property.

Parameters:
value - allowed object is FormatType

getRangeType

public RangeTypeType getRangeType()
Gets the value of the rangeType property.

Returns:
possible object is RangeTypeType

setRangeType

public void setRangeType(RangeTypeType value)
Sets the value of the rangeType property.

Parameters:
value - allowed object is RangeTypeType

getChoiceRef

public java.lang.String getChoiceRef()
Gets the value of the choiceRef property.

Returns:
possible object is String

setChoiceRef

public void setChoiceRef(java.lang.String value)
Sets the value of the choiceRef property.

Parameters:
value - allowed object is String

getOrder

public java.lang.Float getOrder()
Gets the value of the order property.

Returns:
possible object is Float

setOrder

public void setOrder(java.lang.Float value)
Sets the value of the order property.

Parameters:
value - allowed object is Float

getConfigGroups

public java.util.List<java.lang.String> getConfigGroups()
Gets the value of the configGroups property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the configGroups property.

For example, to add a new item, do as follows:

    getConfigGroups().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getBitStringLength

public java.math.BigInteger getBitStringLength()
Gets the value of the bitStringLength property.

Returns:
possible object is BigInteger

setBitStringLength

public void setBitStringLength(java.math.BigInteger value)
Sets the value of the bitStringLength property.

Parameters:
value - allowed object is BigInteger

getMinimum

public java.lang.String getMinimum()
Gets the value of the minimum property.

Returns:
possible object is String

setMinimum

public void setMinimum(java.lang.String value)
Sets the value of the minimum property.

Parameters:
value - allowed object is String

getMaximum

public java.lang.String getMaximum()
Gets the value of the maximum property.

Returns:
possible object is String

setMaximum

public void setMaximum(java.lang.String value)
Sets the value of the maximum property.

Parameters:
value - allowed object is String

getResolve

public ResolveType getResolve()
Gets the value of the resolve property.

Returns:
possible object is ResolveType

setResolve

public void setResolve(ResolveType value)
Sets the value of the resolve property.

Parameters:
value - allowed object is ResolveType

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDependency

public java.lang.String getDependency()
Gets the value of the dependency property.

Returns:
possible object is String

setDependency

public void setDependency(java.lang.String value)
Sets the value of the dependency property.

Parameters:
value - allowed object is String

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null