org.uddi.sub_v3
Class KeyBag

java.lang.Object
  extended by org.uddi.sub_v3.KeyBag
All Implemented Interfaces:
Serializable

public class KeyBag
extends Object
implements Serializable

Java class for keyBag complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="keyBag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:sub_v3}deleted"/>
         <choice>
           <element ref="{urn:uddi-org:api_v3}tModelKey" maxOccurs="unbounded"/>
           <element ref="{urn:uddi-org:api_v3}businessKey" maxOccurs="unbounded"/>
           <element ref="{urn:uddi-org:api_v3}serviceKey" maxOccurs="unbounded"/>
           <element ref="{urn:uddi-org:api_v3}bindingKey" maxOccurs="unbounded"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<String> bindingKey
           
protected  List<String> businessKey
           
protected  boolean deleted
           
protected  List<String> serviceKey
           
protected  List<String> tModelKey
           
 
Constructor Summary
KeyBag()
           
 
Method Summary
 List<String> getBindingKey()
          Gets the value of the bindingKey property.
 List<String> getBusinessKey()
          Gets the value of the businessKey property.
 List<String> getServiceKey()
          Gets the value of the serviceKey property.
 List<String> getTModelKey()
          Gets the value of the tModelKey property.
 boolean isDeleted()
          Gets the value of the deleted property.
 void setDeleted(boolean value)
          Sets the value of the deleted property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deleted

protected boolean deleted

tModelKey

protected List<String> tModelKey

businessKey

protected List<String> businessKey

serviceKey

protected List<String> serviceKey

bindingKey

protected List<String> bindingKey
Constructor Detail

KeyBag

public KeyBag()
Method Detail

isDeleted

public boolean isDeleted()
Gets the value of the deleted property.


setDeleted

public void setDeleted(boolean value)
Sets the value of the deleted property.


getTModelKey

public List<String> getTModelKey()
Gets the value of the tModelKey property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tModelKey property.

For example, to add a new item, do as follows:

    getTModelKey().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getBusinessKey

public List<String> getBusinessKey()
Gets the value of the businessKey property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the businessKey property.

For example, to add a new item, do as follows:

    getBusinessKey().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getServiceKey

public List<String> getServiceKey()
Gets the value of the serviceKey property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceKey property.

For example, to add a new item, do as follows:

    getServiceKey().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getBindingKey

public List<String> getBindingKey()
Gets the value of the bindingKey property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bindingKey property.

For example, to add a new item, do as follows:

    getBindingKey().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.