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

Packages that use TModelInfo
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
org.apache.ws.scout.util   
 

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

Methods in org.apache.ws.scout.uddi that return TModelInfo
 TModelInfo TModelInfoDocument.addNewTModelInfo()
          Appends and returns a new empty "tModelInfo" element
 TModelInfo TModelInfos.addNewTModelInfo()
          Appends and returns a new empty value (as xml) as the last "tModelInfo" element
 TModelInfo TModelInfoDocument.getTModelInfo()
          Gets the "tModelInfo" element
 TModelInfo[] TModelInfos.getTModelInfoArray()
          Gets array of all "tModelInfo" elements
 TModelInfo TModelInfos.getTModelInfoArray(int i)
          Gets ith "tModelInfo" element
 TModelInfo TModelInfos.insertNewTModelInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelInfo" element
static TModelInfo TModelInfo.Factory.newInstance()
           
static TModelInfo TModelInfo.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(File file)
           
static TModelInfo TModelInfo.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(InputStream is)
           
static TModelInfo TModelInfo.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(Node node)
           
static TModelInfo TModelInfo.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(Reader r)
           
static TModelInfo TModelInfo.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(String xmlAsString)
           
static TModelInfo TModelInfo.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(URL u)
           
static TModelInfo TModelInfo.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TModelInfo TModelInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TModelInfo TModelInfo.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TModelInfo TModelInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TModelInfo TModelInfo.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type TModelInfo
 void TModelInfoDocument.setTModelInfo(TModelInfo tModelInfo)
          Sets the "tModelInfo" element
 void TModelInfos.setTModelInfoArray(int i, TModelInfo tModelInfo)
          Sets ith "tModelInfo" element
 void TModelInfos.setTModelInfoArray(TModelInfo[] tModelInfoArray)
          Sets array of all "tModelInfo" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement TModelInfo
 class TModelInfoImpl
          An XML tModelInfo(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return TModelInfo
 TModelInfo TModelInfoDocumentImpl.addNewTModelInfo()
          Appends and returns a new empty "tModelInfo" element
 TModelInfo TModelInfosImpl.addNewTModelInfo()
          Appends and returns a new empty value (as xml) as the last "tModelInfo" element
 TModelInfo TModelInfoDocumentImpl.getTModelInfo()
          Gets the "tModelInfo" element
 TModelInfo[] TModelInfosImpl.getTModelInfoArray()
          Gets array of all "tModelInfo" elements
 TModelInfo TModelInfosImpl.getTModelInfoArray(int i)
          Gets ith "tModelInfo" element
 TModelInfo TModelInfosImpl.insertNewTModelInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "tModelInfo" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type TModelInfo
 void TModelInfoDocumentImpl.setTModelInfo(TModelInfo tModelInfo)
          Sets the "tModelInfo" element
 void TModelInfosImpl.setTModelInfoArray(int i, TModelInfo tModelInfo)
          Sets ith "tModelInfo" element
 void TModelInfosImpl.setTModelInfoArray(TModelInfo[] tModelInfoArray)
          Sets array of all "tModelInfo" element
 

Uses of TModelInfo in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util with parameters of type TModelInfo
static Concept ScoutUddiJaxrHelper.getConcept(TModelInfo tm, LifeCycleManager lcm)
           
 



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