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

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

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

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

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return IndexedPropertyType
 IndexedPropertyType IndexedPropertiesTypeImpl.addNewIndexedProperty()
          Appends and returns a new empty value (as xml) as the last "indexedProperty" element
 IndexedPropertyType[] IndexedPropertiesTypeImpl.getIndexedPropertyArray()
          Gets array of all "indexedProperty" elements
 IndexedPropertyType IndexedPropertiesTypeImpl.getIndexedPropertyArray(int i)
          Gets ith "indexedProperty" element
 IndexedPropertyType IndexedPropertiesTypeImpl.insertNewIndexedProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "indexedProperty" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type IndexedPropertyType
 void IndexedPropertiesTypeImpl.setIndexedPropertyArray(IndexedPropertyType[] indexedPropertyArray)
          Sets array of all "indexedProperty" element
 void IndexedPropertiesTypeImpl.setIndexedPropertyArray(int i, IndexedPropertyType indexedProperty)
          Sets ith "indexedProperty" element
 



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