Uses of Interface
org.apache.ws.scout.uddi.TModelKey

Packages that use TModelKey
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of TModelKey in org.apache.ws.scout.uddi
 

Methods in org.apache.ws.scout.uddi that return TModelKey
 TModelKey GetTModelDetail.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey DeleteTModel.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey TModelBag.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey GetTModelDetail.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
 TModelKey DeleteTModel.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
 TModelKey TModelBag.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
static TModelKey TModelKey.Factory.newInstance()
           
static TModelKey TModelKey.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.newValue(Object obj)
           
static TModelKey TModelKey.Factory.parse(File file)
           
static TModelKey TModelKey.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(InputStream is)
           
static TModelKey TModelKey.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(Node node)
           
static TModelKey TModelKey.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(Reader r)
           
static TModelKey TModelKey.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(String xmlAsString)
           
static TModelKey TModelKey.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(URL u)
           
static TModelKey TModelKey.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TModelKey TModelKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TModelKey TModelKey.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TModelKey TModelKey.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TModelKey TModelKey.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 TModelKey TModelInfo.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModelKeyDocument.xgetTModelKey()
          Gets (as xml) the "tModelKey" element
 TModelKey Address.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModelInstanceInfo.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey KeyedReference.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModel.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey[] GetTModelDetail.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey[] DeleteTModel.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey[] TModelBag.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey GetTModelDetail.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 TModelKey DeleteTModel.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 TModelKey TModelBag.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 

Methods in org.apache.ws.scout.uddi with parameters of type TModelKey
 void TModelInfo.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelKeyDocument.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" element
 void Address.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelInstanceInfo.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void KeyedReference.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModel.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void GetTModelDetail.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void DeleteTModel.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void TModelBag.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void GetTModelDetail.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 void DeleteTModel.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 void TModelBag.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 

Uses of TModelKey in org.apache.ws.scout.uddi.impl
 

Classes in org.apache.ws.scout.uddi.impl that implement TModelKey
 class TModelKeyImpl
          An XML tModelKey(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return TModelKey
 TModelKey TModelBagImpl.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey GetTModelDetailImpl.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey DeleteTModelImpl.addNewTModelKey()
          Appends and returns a new empty value (as xml) as the last "tModelKey" element
 TModelKey TModelBagImpl.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
 TModelKey GetTModelDetailImpl.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
 TModelKey DeleteTModelImpl.insertNewTModelKey(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelKey" element
 TModelKey AddressImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey KeyedReferenceImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModelInstanceInfoImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModelKeyDocumentImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" element
 TModelKey TModelInfoImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey TModelImpl.xgetTModelKey()
          Gets (as xml) the "tModelKey" attribute
 TModelKey[] TModelBagImpl.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey[] GetTModelDetailImpl.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey[] DeleteTModelImpl.xgetTModelKeyArray()
          Gets (as xml) array of all "tModelKey" elements
 TModelKey TModelBagImpl.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 TModelKey GetTModelDetailImpl.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 TModelKey DeleteTModelImpl.xgetTModelKeyArray(int i)
          Gets (as xml) ith "tModelKey" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type TModelKey
 void AddressImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void KeyedReferenceImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelInstanceInfoImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelKeyDocumentImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" element
 void TModelInfoImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelImpl.xsetTModelKey(TModelKey tModelKey)
          Sets (as xml) the "tModelKey" attribute
 void TModelBagImpl.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void GetTModelDetailImpl.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void DeleteTModelImpl.xsetTModelKeyArray(int i, TModelKey tModelKey)
          Sets (as xml) ith "tModelKey" element
 void TModelBagImpl.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 void GetTModelDetailImpl.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 void DeleteTModelImpl.xsetTModelKeyArray(TModelKey[] tModelKeyArray)
          Sets (as xml) array of all "tModelKey" element
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.