org.uddi.sub_v3
Class KeyBag

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

public class KeyBag
extends java.lang.Object
implements java.io.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  java.util.List<java.lang.String> bindingKey
           
protected  java.util.List<java.lang.String> businessKey
           
protected  boolean deleted
           
protected  java.util.List<java.lang.String> serviceKey
           
protected  java.util.List<java.lang.String> tModelKey
           
 
Constructor Summary
KeyBag()
           
 
Method Summary
 java.util.List<java.lang.String> getBindingKey()
          Gets the value of the bindingKey property.
 java.util.List<java.lang.String> getBusinessKey()
          Gets the value of the businessKey property.
 java.util.List<java.lang.String> getServiceKey()
          Gets the value of the serviceKey property.
 java.util.List<java.lang.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 java.util.List<java.lang.String> tModelKey

businessKey

protected java.util.List<java.lang.String> businessKey

serviceKey

protected java.util.List<java.lang.String> serviceKey

bindingKey

protected java.util.List<java.lang.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 java.util.List<java.lang.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 java.util.List<java.lang.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 java.util.List<java.lang.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 java.util.List<java.lang.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-2012 The Apache Software Foundation. All Rights Reserved.