Uses of Class
com.eventgnosis.types.XmlRep

Packages that use XmlRep
com.eventgnosis.types   
 

Uses of XmlRep in com.eventgnosis.types
 

Methods in com.eventgnosis.types that return XmlRep
 XmlRep Event.getXml()
          Gets XmlRep class instance that contains methods for adding, removing, editing Event fields ...
 

Methods in com.eventgnosis.types with parameters of type XmlRep
 void Event.setXml(XmlRep xml)
           
static com.eventgnosis.types.HAL Event.extractHal(XmlRep xml)
           
 

Constructors in com.eventgnosis.types with parameters of type XmlRep
Event(com.eventgnosis.sources.EventSourceAdapter esa, XmlRep xr)
          Deprecated. - use empty constructor;