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

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return BusinessPropertyType
 BusinessPropertyType BusinessPropertiesType.addNewBusinessProperty()
          Appends and returns a new empty value (as xml) as the last "businessProperty" element
 BusinessPropertyType[] BusinessPropertiesType.getBusinessPropertyArray()
          Gets array of all "businessProperty" elements
 BusinessPropertyType BusinessPropertiesType.getBusinessPropertyArray(int i)
          Gets ith "businessProperty" element
 BusinessPropertyType BusinessPropertiesType.insertNewBusinessProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessProperty" element
static BusinessPropertyType BusinessPropertyType.Factory.newInstance()
           
static BusinessPropertyType BusinessPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(File file)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(InputStream is)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(Node node)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(Reader r)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(String xmlAsString)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(URL u)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BusinessPropertyType BusinessPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BusinessPropertyType BusinessPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BusinessPropertyType BusinessPropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BusinessPropertyType BusinessPropertyType.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 BusinessPropertyType
 void BusinessPropertiesType.setBusinessPropertyArray(BusinessPropertyType[] businessPropertyArray)
          Sets array of all "businessProperty" element
 void BusinessPropertiesType.setBusinessPropertyArray(int i, BusinessPropertyType businessProperty)
          Sets ith "businessProperty" element
 

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return BusinessPropertyType
 BusinessPropertyType BusinessPropertiesTypeImpl.addNewBusinessProperty()
          Appends and returns a new empty value (as xml) as the last "businessProperty" element
 BusinessPropertyType[] BusinessPropertiesTypeImpl.getBusinessPropertyArray()
          Gets array of all "businessProperty" elements
 BusinessPropertyType BusinessPropertiesTypeImpl.getBusinessPropertyArray(int i)
          Gets ith "businessProperty" element
 BusinessPropertyType BusinessPropertiesTypeImpl.insertNewBusinessProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "businessProperty" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type BusinessPropertyType
 void BusinessPropertiesTypeImpl.setBusinessPropertyArray(BusinessPropertyType[] businessPropertyArray)
          Sets array of all "businessProperty" element
 void BusinessPropertiesTypeImpl.setBusinessPropertyArray(int i, BusinessPropertyType businessProperty)
          Sets ith "businessProperty" element
 



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