Interface Service

All Superinterfaces:
Serializable, WSILElement, WSILElementWithAbstract
All Known Implementing Classes:
ServiceImpl

public interface Service extends WSILElementWithAbstract
WS-Inspection service element.
Version:
1.0
Author:
Peter Brittenham
  • Field Details

  • Method Details

    • addServiceName

      void addServiceName(ServiceName serviceName)
      Add a service name.
      Parameters:
      serviceName - the service name element to add
    • getServiceNames

      ServiceName[] getServiceNames()
      Get service names.
      Returns:
      Returns an array of service names.
    • removeServiceName

      void removeServiceName(ServiceName serviceName)
      Remove service name.
      Parameters:
      serviceName - the service name element to remove
    • addDescription

      void addDescription(Description description)
      Add description element.
      Parameters:
      description - the description element to add
    • getDescriptions

      Description[] getDescriptions()
      Get description elements.
      Returns:
      Returns an array of descriptions.
    • removeDescription

      void removeDescription(Description description)
      Remove description element.
      Parameters:
      description - the description element to remove