|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.sub_v3.KeyBag
public class KeyBag
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>
| 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 |
|---|
protected boolean deleted
protected List<String> tModelKey
protected List<String> businessKey
protected List<String> serviceKey
protected List<String> bindingKey
| Constructor Detail |
|---|
public KeyBag()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||