Uses of Interface
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.BusinessPropertiesType

Packages that use BusinessPropertiesType
com.activeEndpoints.schemas.pdd.x2006.x08.pdd   
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl   
 

Uses of BusinessPropertiesType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return BusinessPropertiesType
 BusinessPropertiesType EventType.addNewBusinessProperties()
          Appends and returns a new empty "businessProperties" element
 BusinessPropertiesType EventType.getBusinessProperties()
          Gets the "businessProperties" element
static BusinessPropertiesType BusinessPropertiesType.Factory.newInstance()
           
static BusinessPropertiesType BusinessPropertiesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(File file)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(InputStream is)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(Node node)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(Reader r)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(String xmlAsString)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(URL u)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessPropertiesType BusinessPropertiesType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd with parameters of type BusinessPropertiesType
 void EventType.setBusinessProperties(BusinessPropertiesType businessProperties)
          Sets the "businessProperties" element
 

Uses of BusinessPropertiesType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl
 

Classes in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that implement BusinessPropertiesType
 class BusinessPropertiesTypeImpl
          An XML businessPropertiesType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd).
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return BusinessPropertiesType
 BusinessPropertiesType EventTypeImpl.addNewBusinessProperties()
          Appends and returns a new empty "businessProperties" element
 BusinessPropertiesType EventTypeImpl.getBusinessProperties()
          Gets the "businessProperties" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type BusinessPropertiesType
 void EventTypeImpl.setBusinessProperties(BusinessPropertiesType businessProperties)
          Sets the "businessProperties" element
 



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.