com.eu.miscedautils.ipxact.Component
Class WhiteboxElementType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.WhiteboxElementType

public class WhiteboxElementType
extends java.lang.Object

Defines a white box reference point within the component.

Java class for whiteboxElementType complex type.

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

 <complexType name="whiteboxElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/>
         <element name="whiteboxType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="register"/>
               <enumeration value="signal"/>
               <enumeration value="pin"/>
               <enumeration value="interface"/>
             </restriction>
           </simpleType>
         </element>
         <element name="driveable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="registerRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
WhiteboxElementType()
           
 
Method Summary
 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.
 Parameters getParameters()
          Gets the value of the parameters property.
 java.lang.String getRegisterRef()
          Gets the value of the registerRef property.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 java.lang.String getWhiteboxType()
          Gets the value of the whiteboxType property.
 java.lang.Boolean isDriveable()
          Gets the value of the driveable 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 setDriveable(java.lang.Boolean value)
          Sets the value of the driveable 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 setRegisterRef(java.lang.String value)
          Sets the value of the registerRef property.
 void setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void setWhiteboxType(java.lang.String value)
          Sets the value of the whiteboxType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboxElementType

public WhiteboxElementType()
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

getWhiteboxType

public java.lang.String getWhiteboxType()
Gets the value of the whiteboxType property.

Returns:
possible object is String

setWhiteboxType

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

Parameters:
value - allowed object is String

isDriveable

public java.lang.Boolean isDriveable()
Gets the value of the driveable property.

Returns:
possible object is Boolean

setDriveable

public void setDriveable(java.lang.Boolean value)
Sets the value of the driveable property.

Parameters:
value - allowed object is Boolean

getRegisterRef

public java.lang.String getRegisterRef()
Gets the value of the registerRef property.

Returns:
possible object is String

setRegisterRef

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

Parameters:
value - allowed object is String

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