public class ClientSubscriptionInfo extends Object
Java class for clientSubscriptionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clientSubscriptionInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subscriptionKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fromClerk" type="{urn:juddi-apache-org:api_v3}clerk"/> <element name="toClerk" type="{urn:juddi-apache-org:api_v3}clerk"/> <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastNotified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Clerk |
fromClerk |
protected XMLGregorianCalendar |
lastModified |
protected XMLGregorianCalendar |
lastNotified |
protected String |
subscriptionKey |
protected Clerk |
toClerk |
Constructor and Description |
---|
ClientSubscriptionInfo() |
Modifier and Type | Method and Description |
---|---|
Clerk |
getFromClerk()
Gets the value of the fromClerk property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
XMLGregorianCalendar |
getLastNotified()
Gets the value of the lastNotified property.
|
String |
getSubscriptionKey()
Gets the value of the subscriptionKey property.
|
Clerk |
getToClerk()
Gets the value of the toClerk property.
|
void |
setFromClerk(Clerk value)
Sets the value of the fromClerk property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setLastNotified(XMLGregorianCalendar value)
Sets the value of the lastNotified property.
|
void |
setSubscriptionKey(String value)
Sets the value of the subscriptionKey property.
|
void |
setToClerk(Clerk value)
Sets the value of the toClerk property.
|
protected String subscriptionKey
protected Clerk fromClerk
protected Clerk toClerk
protected XMLGregorianCalendar lastModified
protected XMLGregorianCalendar lastNotified
public String getSubscriptionKey()
String
public void setSubscriptionKey(String value)
value
- allowed object is
String
public Clerk getFromClerk()
Clerk
public void setFromClerk(Clerk value)
value
- allowed object is
Clerk
public Clerk getToClerk()
Clerk
public void setToClerk(Clerk value)
value
- allowed object is
Clerk
public XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getLastNotified()
XMLGregorianCalendar
public void setLastNotified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.