Uses of Class
com.eu.miscedautils.ipxact.AbstractionDefinition.ServiceType

Packages that use ServiceType
com.eu.miscedautils.ipxact.AbstractionDefinition   
 

Uses of ServiceType in com.eu.miscedautils.ipxact.AbstractionDefinition
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition that return ServiceType
 ServiceType ObjectFactory.createServiceType()
          Create an instance of ServiceType
 ServiceType AbstractionDefinition.Ports.Port.Transactional.OnMaster.getService()
          Gets the value of the service property.
 ServiceType AbstractionDefinition.Ports.Port.Transactional.OnSlave.getService()
          Gets the value of the service property.
 ServiceType AbstractionDefinition.Ports.Port.Transactional.OnSystem.getService()
          Gets the value of the service property.
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition with parameters of type ServiceType
 void AbstractionDefinition.Ports.Port.Transactional.OnMaster.setService(ServiceType value)
          Sets the value of the service property.
 void AbstractionDefinition.Ports.Port.Transactional.OnSlave.setService(ServiceType value)
          Sets the value of the service property.
 void AbstractionDefinition.Ports.Port.Transactional.OnSystem.setService(ServiceType value)
          Sets the value of the service property.