Uses of Interface
org.oasisOpen.docs.wsrf.bf2.BaseFaultType.Description

Packages that use BaseFaultType.Description
org.oasisOpen.docs.wsrf.bf2   
org.oasisOpen.docs.wsrf.bf2.impl   
 

Uses of BaseFaultType.Description in org.oasisOpen.docs.wsrf.bf2
 

Methods in org.oasisOpen.docs.wsrf.bf2 that return BaseFaultType.Description
 BaseFaultType.Description BaseFaultType.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "Description" element
 BaseFaultType.Description[] BaseFaultType.getDescriptionArray()
          Gets array of all "Description" elements
 BaseFaultType.Description BaseFaultType.getDescriptionArray(int i)
          Gets ith "Description" element
 BaseFaultType.Description BaseFaultType.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "Description" element
static BaseFaultType.Description BaseFaultType.Description.Factory.newInstance()
           
static BaseFaultType.Description BaseFaultType.Description.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wsrf.bf2 with parameters of type BaseFaultType.Description
 void BaseFaultType.setDescriptionArray(BaseFaultType.Description[] descriptionArray)
          Sets array of all "Description" element
 void BaseFaultType.setDescriptionArray(int i, BaseFaultType.Description description)
          Sets ith "Description" element
 

Uses of BaseFaultType.Description in org.oasisOpen.docs.wsrf.bf2.impl
 

Classes in org.oasisOpen.docs.wsrf.bf2.impl that implement BaseFaultType.Description
static class BaseFaultTypeImpl.DescriptionImpl
          An XML Description(@http://docs.oasis-open.org/wsrf/bf-2).
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl that return BaseFaultType.Description
 BaseFaultType.Description BaseFaultTypeImpl.addNewDescription()
          Appends and returns a new empty value (as xml) as the last "Description" element
 BaseFaultType.Description[] BaseFaultTypeImpl.getDescriptionArray()
          Gets array of all "Description" elements
 BaseFaultType.Description BaseFaultTypeImpl.getDescriptionArray(int i)
          Gets ith "Description" element
 BaseFaultType.Description BaseFaultTypeImpl.insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "Description" element
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl with parameters of type BaseFaultType.Description
 void BaseFaultTypeImpl.setDescriptionArray(BaseFaultType.Description[] descriptionArray)
          Sets array of all "Description" element
 void BaseFaultTypeImpl.setDescriptionArray(int i, BaseFaultType.Description description)
          Sets ith "Description" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.