Uses of Class
org.openliberty.xmltooling.idsis.dap.AppDataType

Packages that use AppDataType
org.openliberty.xmltooling.idsis.dap   
 

Uses of AppDataType in org.openliberty.xmltooling.idsis.dap
 

Subclasses of AppDataType in org.openliberty.xmltooling.idsis.dap
 class DAPData
          DAPData represents a Data element in the DAP QueryResponse.
 class DAPItemData
           <xs:element name="ItemData" type="dap:ItemDataType"/> <xs:complexType name="ItemDataType"> <xs:complexContent> <xs:extension base="dap:AppDataType"> <xs:attributeGroup ref="dst:ItemDataAttributeGroup"/> </xs:extension> </xs:complexContent> </xs:complexType>
 class DAPNewData
          NewData is used inside of DAPCreateItem and inside of DAPModifyItem as the container for LDIF or Subscription information.