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

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

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

Methods in org.apache.ws.scout.uddi that return KeysOwned
 KeysOwned AssertionStatusItem.addNewKeysOwned()
          Appends and returns a new empty "keysOwned" element
 KeysOwned KeysOwnedDocument.addNewKeysOwned()
          Appends and returns a new empty "keysOwned" element
 KeysOwned AssertionStatusItem.getKeysOwned()
          Gets the "keysOwned" element
 KeysOwned KeysOwnedDocument.getKeysOwned()
          Gets the "keysOwned" element
static KeysOwned KeysOwned.Factory.newInstance()
           
static KeysOwned KeysOwned.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(File file)
           
static KeysOwned KeysOwned.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(InputStream is)
           
static KeysOwned KeysOwned.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(Node node)
           
static KeysOwned KeysOwned.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(Reader r)
           
static KeysOwned KeysOwned.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(String xmlAsString)
           
static KeysOwned KeysOwned.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(URL u)
           
static KeysOwned KeysOwned.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static KeysOwned KeysOwned.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static KeysOwned KeysOwned.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static KeysOwned KeysOwned.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static KeysOwned KeysOwned.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.ws.scout.uddi with parameters of type KeysOwned
 void AssertionStatusItem.setKeysOwned(KeysOwned keysOwned)
          Sets the "keysOwned" element
 void KeysOwnedDocument.setKeysOwned(KeysOwned keysOwned)
          Sets the "keysOwned" element
 

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

Classes in org.apache.ws.scout.uddi.impl that implement KeysOwned
 class KeysOwnedImpl
          An XML keysOwned(@urn:uddi-org:api_v2).
 

Methods in org.apache.ws.scout.uddi.impl that return KeysOwned
 KeysOwned KeysOwnedDocumentImpl.addNewKeysOwned()
          Appends and returns a new empty "keysOwned" element
 KeysOwned AssertionStatusItemImpl.addNewKeysOwned()
          Appends and returns a new empty "keysOwned" element
 KeysOwned KeysOwnedDocumentImpl.getKeysOwned()
          Gets the "keysOwned" element
 KeysOwned AssertionStatusItemImpl.getKeysOwned()
          Gets the "keysOwned" element
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type KeysOwned
 void KeysOwnedDocumentImpl.setKeysOwned(KeysOwned keysOwned)
          Sets the "keysOwned" element
 void AssertionStatusItemImpl.setKeysOwned(KeysOwned keysOwned)
          Sets the "keysOwned" element
 



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