com.eu.miscedautils.ipxact.Component
Class PortTransactionalType.Service

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.PortTransactionalType.Service
Enclosing class:
PortTransactionalType

public static class PortTransactionalType.Service
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 ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}initiative"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}serviceTypeDefs" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PortTransactionalType.Service()
           
 
Method Summary
 java.lang.String getInitiative()
          Defines how the port accesses this service.
 ServiceTypeDefs getServiceTypeDefs()
          The group of service type definitions.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setInitiative(java.lang.String value)
          Sets the value of the initiative property.
 void setServiceTypeDefs(ServiceTypeDefs value)
          Sets the value of the serviceTypeDefs 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

PortTransactionalType.Service

public PortTransactionalType.Service()
Method Detail

getInitiative

public java.lang.String getInitiative()
Defines how the port accesses this service.

Returns:
possible object is String

setInitiative

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

Parameters:
value - allowed object is String

getServiceTypeDefs

public ServiceTypeDefs getServiceTypeDefs()
The group of service type definitions.

Returns:
possible object is ServiceTypeDefs

setServiceTypeDefs

public void setServiceTypeDefs(ServiceTypeDefs value)
Sets the value of the serviceTypeDefs property.

Parameters:
value - allowed object is ServiceTypeDefs

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