org.apache.schema_validation
Interface SchemaValidation


public interface SchemaValidation

This class was generated by Apache CXF 2.0.6 Thu Apr 24 18:13:34 EDT 2008 Generated source version: 2.0.6


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