com.eu.miscedautils.ipxact.Component
Class AddrSpaceRefType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.AddrSpaceRefType
Direct Known Subclasses:
BusInterfaceType.Master.AddressSpaceRef

public class AddrSpaceRefType
extends java.lang.Object

Base type for an element which references an address space. Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.

Java class for addrSpaceRefType complex type.

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

 <complexType name="addrSpaceRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}addressSpaceRef use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AddrSpaceRefType()
           
 
Method Summary
 java.lang.String getAddressSpaceRef()
          Gets the value of the addressSpaceRef property.
 void setAddressSpaceRef(java.lang.String value)
          Sets the value of the addressSpaceRef property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddrSpaceRefType

public AddrSpaceRefType()
Method Detail

getAddressSpaceRef

public java.lang.String getAddressSpaceRef()
Gets the value of the addressSpaceRef property.

Returns:
possible object is String

setAddressSpaceRef

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

Parameters:
value - allowed object is String