com.eu.miscedautils.ipxact.Abstractor
Class AbstractorBusInterfaceType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.AbstractorBusInterfaceType

public class AbstractorBusInterfaceType
extends java.lang.Object

Type definition for a busInterface in a component

Java class for abstractorBusInterfaceType complex type.

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

 <complexType name="abstractorBusInterfaceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/>
         <element name="abstractionType" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/>
         <element name="portMaps" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="portMap" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="logicalPort">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="name" type="{http://www.w3.org/2001/XMLSchema}Name"/>
                                       <element name="vector" minOccurs="0">
                                         <complexType>
                                           <complexContent>
                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                               <sequence>
                                                 <element name="left">
                                                   <complexType>
                                                     <simpleContent>
                                                       <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                                                         <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
                                                       </extension>
                                                     </simpleContent>
                                                   </complexType>
                                                 </element>
                                                 <element name="right">
                                                   <complexType>
                                                     <simpleContent>
                                                       <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger">
                                                         <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/>
                                                       </extension>
                                                     </simpleContent>
                                                   </complexType>
                                                 </element>
                                               </sequence>
                                             </restriction>
                                           </complexContent>
                                         </complexType>
                                       </element>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="physicalPort">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="name" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}portName"/>
                                       <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vector" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax'/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AbstractorBusInterfaceType.PortMaps
          Java class for anonymous complex type.
 
Constructor Summary
AbstractorBusInterfaceType()
           
 
Method Summary
 LibraryRefType getAbstractionType()
          Gets the value of the abstractionType property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getName()
          Gets the value of the name 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.
 Parameters getParameters()
          Gets the value of the parameters property.
 AbstractorBusInterfaceType.PortMaps getPortMaps()
          Gets the value of the portMaps property.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setAbstractionType(LibraryRefType value)
          Sets the value of the abstractionType property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameters(Parameters value)
          Sets the value of the parameters property.
 void setPortMaps(AbstractorBusInterfaceType.PortMaps value)
          Sets the value of the portMaps property.
 void setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractorBusInterfaceType

public AbstractorBusInterfaceType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

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

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getAbstractionType

public LibraryRefType getAbstractionType()
Gets the value of the abstractionType property.

Returns:
possible object is LibraryRefType

setAbstractionType

public void setAbstractionType(LibraryRefType value)
Sets the value of the abstractionType property.

Parameters:
value - allowed object is LibraryRefType

getPortMaps

public AbstractorBusInterfaceType.PortMaps getPortMaps()
Gets the value of the portMaps property.

Returns:
possible object is AbstractorBusInterfaceType.PortMaps

setPortMaps

public void setPortMaps(AbstractorBusInterfaceType.PortMaps value)
Sets the value of the portMaps property.

Parameters:
value - allowed object is AbstractorBusInterfaceType.PortMaps

getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters

getVendorExtensions

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions

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