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

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

public static class BusInterfaceType.MirroredSlave.BaseAddresses
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="remapAddress" maxOccurs="unbounded">
           <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>
         </element>
         <element name="range">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledPositiveInteger">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class BusInterfaceType.MirroredSlave.BaseAddresses.Range
          Java class for anonymous complex type.
static class BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress
          Java class for anonymous complex type.
 
Constructor Summary
BusInterfaceType.MirroredSlave.BaseAddresses()
           
 
Method Summary
 BusInterfaceType.MirroredSlave.BaseAddresses.Range getRange()
          Gets the value of the range property.
 java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress> getRemapAddress()
          Gets the value of the remapAddress property.
 void setRange(BusInterfaceType.MirroredSlave.BaseAddresses.Range value)
          Sets the value of the range property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusInterfaceType.MirroredSlave.BaseAddresses

public BusInterfaceType.MirroredSlave.BaseAddresses()
Method Detail

getRemapAddress

public java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress> getRemapAddress()
Gets the value of the remapAddress 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 remapAddress property.

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

    getRemapAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress


getRange

public BusInterfaceType.MirroredSlave.BaseAddresses.Range getRange()
Gets the value of the range property.

Returns:
possible object is BusInterfaceType.MirroredSlave.BaseAddresses.Range

setRange

public void setRange(BusInterfaceType.MirroredSlave.BaseAddresses.Range value)
Sets the value of the range property.

Parameters:
value - allowed object is BusInterfaceType.MirroredSlave.BaseAddresses.Range