Uses of Class
org.apache.schema_validation.types.ComplexStruct

Packages that use ComplexStruct
org.apache.schema_validation   
org.apache.schema_validation.types   
 

Uses of ComplexStruct in org.apache.schema_validation
 

Methods in org.apache.schema_validation that return ComplexStruct
 ComplexStruct SchemaValidation.getComplexStruct(String in)
           
 

Methods in org.apache.schema_validation with parameters of type ComplexStruct
 boolean SchemaValidation.setComplexStruct(ComplexStruct in)
           
 

Uses of ComplexStruct in org.apache.schema_validation.types
 

Fields in org.apache.schema_validation.types declared as ComplexStruct
protected  ComplexStruct SetComplexStruct.in
           
protected  ComplexStruct GetComplexStructResponse.out
           
 

Methods in org.apache.schema_validation.types that return ComplexStruct
 ComplexStruct ObjectFactory.createComplexStruct()
          Create an instance of ComplexStruct
 ComplexStruct SetComplexStruct.getIn()
          Gets the value of the in property.
 ComplexStruct GetComplexStructResponse.getOut()
          Gets the value of the out property.
 

Methods in org.apache.schema_validation.types with parameters of type ComplexStruct
 void SetComplexStruct.setIn(ComplexStruct value)
          Sets the value of the in property.
 void GetComplexStructResponse.setOut(ComplexStruct value)
          Sets the value of the out property.
 



Apache CXF