Uses of Class
uk.org.ogsadai.types.ExtensibilityType

Packages that use ExtensibilityType
uk.org.ogsadai.service.perform.types   
uk.org.ogsadai.service.transport.types   
 

Uses of ExtensibilityType in uk.org.ogsadai.service.perform.types
 

Fields in uk.org.ogsadai.service.perform.types declared as ExtensibilityType
private  ExtensibilityType Perform.performDocument
           
private  ExtensibilityType PerformResponse.result
           
 

Methods in uk.org.ogsadai.service.perform.types that return ExtensibilityType
 ExtensibilityType Perform.getPerformDocument()
          Gets the performDocument value for this Perform.
 ExtensibilityType PerformResponse.getResult()
          Gets the result value for this PerformResponse.
 

Methods in uk.org.ogsadai.service.perform.types with parameters of type ExtensibilityType
 void Perform.setPerformDocument(ExtensibilityType performDocument)
          Sets the performDocument value for this Perform.
 void PerformResponse.setResult(ExtensibilityType result)
          Sets the result value for this PerformResponse.
 

Constructors in uk.org.ogsadai.service.perform.types with parameters of type ExtensibilityType
Perform(ExtensibilityType performDocument)
           
PerformResponse(ExtensibilityType result)
           
 

Uses of ExtensibilityType in uk.org.ogsadai.service.transport.types
 

Fields in uk.org.ogsadai.service.transport.types declared as ExtensibilityType
private  ExtensibilityType GetResponse.result
           
private  ExtensibilityType PutBlock.data
           
private  ExtensibilityType PutFully.data
           
 

Methods in uk.org.ogsadai.service.transport.types that return ExtensibilityType
 ExtensibilityType GetResponse.getResult()
          Gets the result value for this GetResponse.
 ExtensibilityType PutBlock.getData()
          Gets the data value for this PutBlock.
 ExtensibilityType PutFully.getData()
          Gets the data value for this PutFully.
 

Methods in uk.org.ogsadai.service.transport.types with parameters of type ExtensibilityType
 void GetResponse.setResult(ExtensibilityType result)
          Sets the result value for this GetResponse.
 void PutBlock.setData(ExtensibilityType data)
          Sets the data value for this PutBlock.
 void PutFully.setData(ExtensibilityType data)
          Sets the data value for this PutFully.
 

Constructors in uk.org.ogsadai.service.transport.types with parameters of type ExtensibilityType
GetResponse(ExtensibilityType result)
           
PutBlock(ExtensibilityType data, java.lang.String id)
           
PutFully(ExtensibilityType data, java.lang.String id)