Uses of Class
org.apache.schema_validation.types.OccuringStruct
-
Packages that use OccuringStruct Package Description org.apache.schema_validation org.apache.schema_validation.types -
-
Uses of OccuringStruct in org.apache.schema_validation
Methods in org.apache.schema_validation that return OccuringStruct Modifier and Type Method Description OccuringStructSchemaValidation. getOccuringStruct(String in)Methods in org.apache.schema_validation with parameters of type OccuringStruct Modifier and Type Method Description booleanSchemaValidation. setOccuringStruct(OccuringStruct in) -
Uses of OccuringStruct in org.apache.schema_validation.types
Fields in org.apache.schema_validation.types declared as OccuringStruct Modifier and Type Field Description protected OccuringStructSetOccuringStruct. inprotected OccuringStructGetOccuringStructResponse. outMethods in org.apache.schema_validation.types that return OccuringStruct Modifier and Type Method Description OccuringStructObjectFactory. createOccuringStruct()Create an instance ofOccuringStructOccuringStructSetOccuringStruct. getIn()Gets the value of the in property.OccuringStructGetOccuringStructResponse. getOut()Gets the value of the out property.Methods in org.apache.schema_validation.types with parameters of type OccuringStruct Modifier and Type Method Description voidSetOccuringStruct. setIn(OccuringStruct value)Sets the value of the in property.voidGetOccuringStructResponse. setOut(OccuringStruct value)Sets the value of the out property.
-