Class serviceEndpointInterfaceMappingType

java.lang.Object
com.sun.xml.rpc.processor.modeler.j2ee.xml.BaseType
com.sun.xml.rpc.processor.modeler.j2ee.xml.ComplexType
com.sun.xml.rpc.processor.modeler.j2ee.xml.serviceEndpointInterfaceMappingType
All Implemented Interfaces:
Serializable

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

    • serviceEndpointInterfaceMappingType

      public serviceEndpointInterfaceMappingType()
  • Method Details

    • setServiceEndpointInterface

      public void setServiceEndpointInterface(fullyQualifiedClassType serviceEndpointInterface)
    • getServiceEndpointInterface

      public fullyQualifiedClassType getServiceEndpointInterface()
    • removeServiceEndpointInterface

      public boolean removeServiceEndpointInterface()
    • setWsdlPortType

      public void setWsdlPortType(xsdQNameType wsdlPortType)
    • getWsdlPortType

      public xsdQNameType getWsdlPortType()
    • removeWsdlPortType

      public boolean removeWsdlPortType()
    • setWsdlBinding

      public void setWsdlBinding(xsdQNameType wsdlBinding)
    • getWsdlBinding

      public xsdQNameType getWsdlBinding()
    • removeWsdlBinding

      public boolean removeWsdlBinding()
    • setServiceEndpointMethodMapping

      public void setServiceEndpointMethodMapping(int index, serviceEndpointMethodMappingType serviceEndpointMethodMapping)
    • getServiceEndpointMethodMapping

      public serviceEndpointMethodMappingType getServiceEndpointMethodMapping(int index)
    • getServiceEndpointMethodMappingCount

      public int getServiceEndpointMethodMappingCount()
    • removeServiceEndpointMethodMapping

      public boolean removeServiceEndpointMethodMapping(int index)
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • removeId

      public boolean removeId()