Class ApiCreateOrUpdatePropertiesWsdlSelector


  • public final class ApiCreateOrUpdatePropertiesWsdlSelector
    extends Object
    Criteria to limit import of WSDL to a subset of the document.
    • Constructor Detail

      • ApiCreateOrUpdatePropertiesWsdlSelector

        public ApiCreateOrUpdatePropertiesWsdlSelector()
    • Method Detail

      • wsdlServiceName

        public String wsdlServiceName()
        Get the wsdlServiceName property: Name of service to import from WSDL.
        Returns:
        the wsdlServiceName value.
      • withWsdlServiceName

        public ApiCreateOrUpdatePropertiesWsdlSelector withWsdlServiceName​(String wsdlServiceName)
        Set the wsdlServiceName property: Name of service to import from WSDL.
        Parameters:
        wsdlServiceName - the wsdlServiceName value to set.
        Returns:
        the ApiCreateOrUpdatePropertiesWsdlSelector object itself.
      • wsdlEndpointName

        public String wsdlEndpointName()
        Get the wsdlEndpointName property: Name of endpoint(port) to import from WSDL.
        Returns:
        the wsdlEndpointName value.
      • withWsdlEndpointName

        public ApiCreateOrUpdatePropertiesWsdlSelector withWsdlEndpointName​(String wsdlEndpointName)
        Set the wsdlEndpointName property: Name of endpoint(port) to import from WSDL.
        Parameters:
        wsdlEndpointName - the wsdlEndpointName value to set.
        Returns:
        the ApiCreateOrUpdatePropertiesWsdlSelector object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.