public class ChangeRecordDelete extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{urn:uddi-org:repl_v3}genericKey_type"/> <element name="modified" type="{urn:uddi-org:api_v3}timeInstant"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bindingKey |
protected String |
businessKey |
protected XMLGregorianCalendar |
modified |
protected String |
serviceKey |
protected String |
tModelKey |
Constructor and Description |
---|
ChangeRecordDelete() |
Modifier and Type | Method and Description |
---|---|
String |
getBindingKey()
Gets the value of the bindingKey property.
|
String |
getBusinessKey()
Gets the value of the businessKey property.
|
XMLGregorianCalendar |
getModified()
Gets the value of the modified property.
|
String |
getServiceKey()
Gets the value of the serviceKey property.
|
String |
getTModelKey()
Gets the value of the tModelKey property.
|
void |
setBindingKey(String value)
Sets the value of the bindingKey property.
|
void |
setBusinessKey(String value)
Sets the value of the businessKey property.
|
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property.
|
void |
setServiceKey(String value)
Sets the value of the serviceKey property.
|
void |
setTModelKey(String value)
Sets the value of the tModelKey property.
|
protected String businessKey
protected String tModelKey
protected String serviceKey
protected String bindingKey
protected XMLGregorianCalendar modified
public String getBusinessKey()
String
public void setBusinessKey(String value)
value
- allowed object is
String
public String getTModelKey()
String
public void setTModelKey(String value)
value
- allowed object is
String
public String getServiceKey()
String
public void setServiceKey(String value)
value
- allowed object is
String
public String getBindingKey()
String
public void setBindingKey(String value)
value
- allowed object is
String
public XMLGregorianCalendar getModified()
XMLGregorianCalendar
public void setModified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.