org.apache.schema_validation
Interface SchemaValidation
public interface SchemaValidation
This class was generated by Apache CXF 2.1.3.17-fuse
Thu Apr 01 17:12:06 EDT 2010
Generated source version: 2.1.3.17-fuse
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