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

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return IndexedPropertiesType
 IndexedPropertiesType ProcessType.addNewIndexedProperties()
          Appends and returns a new empty "indexedProperties" element
 IndexedPropertiesType ProcessType.getIndexedProperties()
          Gets the "indexedProperties" element
static IndexedPropertiesType IndexedPropertiesType.Factory.newInstance()
           
static IndexedPropertiesType IndexedPropertiesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(File file)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(InputStream is)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(Node node)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(Reader r)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(String xmlAsString)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(URL u)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static IndexedPropertiesType IndexedPropertiesType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static IndexedPropertiesType IndexedPropertiesType.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 IndexedPropertiesType
 void ProcessType.setIndexedProperties(IndexedPropertiesType indexedProperties)
          Sets the "indexedProperties" element
 

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return IndexedPropertiesType
 IndexedPropertiesType ProcessTypeImpl.addNewIndexedProperties()
          Appends and returns a new empty "indexedProperties" element
 IndexedPropertiesType ProcessTypeImpl.getIndexedProperties()
          Gets the "indexedProperties" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type IndexedPropertiesType
 void ProcessTypeImpl.setIndexedProperties(IndexedPropertiesType indexedProperties)
          Sets the "indexedProperties" element
 



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