Interface SchemaValidation


  • @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
               date="2023-05-02T15:12:32.234-04:00",
               comments="Apache CXF 3.6.0")
    public interface SchemaValidation
    This class was generated by Apache CXF 3.6.0 2023-05-02T15:12:32.234-04:00 Generated source version: 3.6.0
    • Method Detail

      • getComplexStruct

        @RequestWrapper(localName="getComplexStruct",
                        targetNamespace="http://apache.org/schema_validation/types",
                        className="org.apache.schema_validation.types.GetComplexStruct")
        @ResponseWrapper(localName="getComplexStructResponse",
                         targetNamespace="http://apache.org/schema_validation/types",
                         className="org.apache.schema_validation.types.GetComplexStructResponse")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.234-04:00")
        ComplexStruct getComplexStruct​(String in)
      • setComplexStruct

        @RequestWrapper(localName="setComplexStruct",
                        targetNamespace="http://apache.org/schema_validation/types",
                        className="org.apache.schema_validation.types.SetComplexStruct")
        @ResponseWrapper(localName="setComplexStructResponse",
                         targetNamespace="http://apache.org/schema_validation/types",
                         className="org.apache.schema_validation.types.SetComplexStructResponse")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.234-04:00")
        boolean setComplexStruct​(ComplexStruct in)
      • getOccuringStruct

        @RequestWrapper(localName="getOccuringStruct",
                        targetNamespace="http://apache.org/schema_validation/types",
                        className="org.apache.schema_validation.types.GetOccuringStruct")
        @ResponseWrapper(localName="getOccuringStructResponse",
                         targetNamespace="http://apache.org/schema_validation/types",
                         className="org.apache.schema_validation.types.GetOccuringStructResponse")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.234-04:00")
        OccuringStruct getOccuringStruct​(String in)
      • setOccuringStruct

        @RequestWrapper(localName="setOccuringStruct",
                        targetNamespace="http://apache.org/schema_validation/types",
                        className="org.apache.schema_validation.types.SetOccuringStruct")
        @ResponseWrapper(localName="setOccuringStructResponse",
                         targetNamespace="http://apache.org/schema_validation/types",
                         className="org.apache.schema_validation.types.SetOccuringStructResponse")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.234-04:00")
        boolean setOccuringStruct​(OccuringStruct in)