Uses of Class
org.apache.schema_validation.types.ComplexStruct
-
Packages that use ComplexStruct Package Description 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 Modifier and Type Method Description ComplexStructSchemaValidation. getComplexStruct(String in)Methods in org.apache.schema_validation with parameters of type ComplexStruct Modifier and Type Method Description booleanSchemaValidation. setComplexStruct(ComplexStruct in) -
Uses of ComplexStruct in org.apache.schema_validation.types
Fields in org.apache.schema_validation.types declared as ComplexStruct Modifier and Type Field Description protected ComplexStructSetComplexStruct. inprotected ComplexStructGetComplexStructResponse. outMethods in org.apache.schema_validation.types that return ComplexStruct Modifier and Type Method Description ComplexStructObjectFactory. createComplexStruct()Create an instance ofComplexStructComplexStructSetComplexStruct. getIn()Gets the value of the in property.ComplexStructGetComplexStructResponse. getOut()Gets the value of the out property.Methods in org.apache.schema_validation.types with parameters of type ComplexStruct Modifier and Type Method Description voidSetComplexStruct. setIn(ComplexStruct value)Sets the value of the in property.voidGetComplexStructResponse. setOut(ComplexStruct value)Sets the value of the out property.
-