public class Subscription extends Object implements Serializable
Java class for subscription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscription"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:sub_v3}subscriptionKey" minOccurs="0"/> <element ref="{urn:uddi-org:sub_v3}subscriptionFilter" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}bindingKey" minOccurs="0"/> <element ref="{urn:uddi-org:sub_v3}notificationInterval" minOccurs="0"/> <element ref="{urn:uddi-org:sub_v3}maxEntities" minOccurs="0"/> <element ref="{urn:uddi-org:sub_v3}expiresAfter" minOccurs="0"/> </sequence> <attribute name="brief" type="{urn:uddi-org:sub_v3}brief" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bindingKey |
protected Boolean |
brief |
protected XMLGregorianCalendar |
expiresAfter |
protected Integer |
maxEntities |
protected Duration |
notificationInterval |
protected SubscriptionFilter |
subscriptionFilter |
protected String |
subscriptionKey |
Constructor and Description |
---|
Subscription() |
Modifier and Type | Method and Description |
---|---|
String |
getBindingKey()
Gets the value of the bindingKey property.
|
XMLGregorianCalendar |
getExpiresAfter()
Gets the value of the expiresAfter property.
|
Integer |
getMaxEntities()
Gets the value of the maxEntities property.
|
Duration |
getNotificationInterval()
Gets the value of the notificationInterval property.
|
SubscriptionFilter |
getSubscriptionFilter()
Gets the value of the subscriptionFilter property.
|
String |
getSubscriptionKey()
Gets the value of the subscriptionKey property.
|
Boolean |
isBrief()
Gets the value of the brief property.
|
void |
setBindingKey(String value)
Sets the value of the bindingKey property.
|
void |
setBrief(Boolean value)
Sets the value of the brief property.
|
void |
setExpiresAfter(XMLGregorianCalendar value)
Sets the value of the expiresAfter property.
|
void |
setMaxEntities(Integer value)
Sets the value of the maxEntities property.
|
void |
setNotificationInterval(Duration value)
Sets the value of the notificationInterval property.
|
void |
setSubscriptionFilter(SubscriptionFilter value)
Sets the value of the subscriptionFilter property.
|
void |
setSubscriptionKey(String value)
Sets the value of the subscriptionKey property.
|
protected String subscriptionKey
protected SubscriptionFilter subscriptionFilter
protected String bindingKey
protected Duration notificationInterval
protected Integer maxEntities
protected XMLGregorianCalendar expiresAfter
protected Boolean brief
public String getSubscriptionKey()
String
public void setSubscriptionKey(String value)
value
- allowed object is
String
public SubscriptionFilter getSubscriptionFilter()
SubscriptionFilter
public void setSubscriptionFilter(SubscriptionFilter value)
value
- allowed object is
SubscriptionFilter
public String getBindingKey()
String
public void setBindingKey(String value)
value
- allowed object is
String
public Duration getNotificationInterval()
Duration
public void setNotificationInterval(Duration value)
value
- allowed object is
Duration
public Integer getMaxEntities()
Integer
public void setMaxEntities(Integer value)
value
- allowed object is
Integer
public XMLGregorianCalendar getExpiresAfter()
XMLGregorianCalendar
public void setExpiresAfter(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Boolean isBrief()
Boolean
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.