org.apache.schema_validation
Interface SchemaValidation


public interface SchemaValidation

This class was generated by Apache CXF 2.1.3.9-fuse Fri Jul 24 16:30:55 EDT 2009 Generated source version: 2.1.3.9-fuse


Method Summary
 ComplexStruct getComplexStruct(java.lang.String in)
           
 OccuringStruct getOccuringStruct(java.lang.String in)
           
 boolean setComplexStruct(ComplexStruct in)
           
 boolean setOccuringStruct(OccuringStruct in)
           
 

Method Detail

getOccuringStruct

@ResponseWrapper(localName="getOccuringStructResponse",
                 targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.GetOccuringStructResponse")
@RequestWrapper(localName="getOccuringStruct",
                targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.GetOccuringStruct")
OccuringStruct getOccuringStruct(java.lang.String in)

setOccuringStruct

@ResponseWrapper(localName="setOccuringStructResponse",
                 targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.SetOccuringStructResponse")
@RequestWrapper(localName="setOccuringStruct",
                targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.SetOccuringStruct")
boolean setOccuringStruct(OccuringStruct in)

setComplexStruct

@ResponseWrapper(localName="setComplexStructResponse",
                 targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.SetComplexStructResponse")
@RequestWrapper(localName="setComplexStruct",
                targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.SetComplexStruct")
boolean setComplexStruct(ComplexStruct in)

getComplexStruct

@ResponseWrapper(localName="getComplexStructResponse",
                 targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.GetComplexStructResponse")
@RequestWrapper(localName="getComplexStruct",
                targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.GetComplexStruct")
ComplexStruct getComplexStruct(java.lang.String in)


Apache CXF