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

Packages that use OccuringStruct
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
 OccuringStruct SchemaValidation.getOccuringStruct(String in)
           
 

Methods in org.apache.schema_validation with parameters of type OccuringStruct
 boolean SchemaValidation.setOccuringStruct(OccuringStruct in)
           
 

Uses of OccuringStruct in org.apache.schema_validation.types
 

Fields in org.apache.schema_validation.types declared as OccuringStruct
protected  OccuringStruct SetOccuringStruct.in
           
protected  OccuringStruct GetOccuringStructResponse.out
           
 

Methods in org.apache.schema_validation.types that return OccuringStruct
 OccuringStruct ObjectFactory.createOccuringStruct()
          Create an instance of OccuringStruct
 OccuringStruct SetOccuringStruct.getIn()
          Gets the value of the in property.
 OccuringStruct GetOccuringStructResponse.getOut()
          Gets the value of the out property.
 

Methods in org.apache.schema_validation.types with parameters of type OccuringStruct
 void SetOccuringStruct.setIn(OccuringStruct value)
          Sets the value of the in property.
 void GetOccuringStructResponse.setOut(OccuringStruct value)
          Sets the value of the out property.
 



Apache CXF