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>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
bindingKey |
protected List<String> |
businessKey |
protected boolean |
deleted |
protected List<String> |
serviceKey |
protected List<String> |
tModelKey |
Constructor and Description |
---|
KeyBag() |
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean isDeleted()
public void setDeleted(boolean value)
public List<String> getTModelKey()
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
public List<String> getBusinessKey()
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
public List<String> getServiceKey()
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
public List<String> getBindingKey()
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–2021 The Apache Software Foundation. All rights reserved.