Class serviceInterfaceMappingType

All Implemented Interfaces:
Serializable

public class serviceInterfaceMappingType extends ComplexType
This class represents the complex type
See Also:
  • Constructor Details

    • serviceInterfaceMappingType

      public serviceInterfaceMappingType()
  • Method Details

    • setServiceInterface

      public void setServiceInterface(fullyQualifiedClassType serviceInterface)
    • getServiceInterface

      public fullyQualifiedClassType getServiceInterface()
    • removeServiceInterface

      public boolean removeServiceInterface()
    • setWsdlServiceName

      public void setWsdlServiceName(xsdQNameType wsdlServiceName)
    • getWsdlServiceName

      public xsdQNameType getWsdlServiceName()
    • removeWsdlServiceName

      public boolean removeWsdlServiceName()
    • setPortMapping

      public void setPortMapping(int index, portMappingType portMapping)
    • getPortMapping

      public portMappingType getPortMapping(int index)
    • getPortMappingCount

      public int getPortMappingCount()
    • removePortMapping

      public boolean removePortMapping(int index)
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • removeId

      public boolean removeId()