org.uddi.sub_v3
Class Subscription

java.lang.Object
  extended by org.uddi.sub_v3.Subscription
All Implemented Interfaces:
java.io.Serializable

public class Subscription
extends java.lang.Object
implements java.io.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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String bindingKey
           
protected  java.lang.Boolean brief
           
protected  javax.xml.datatype.XMLGregorianCalendar expiresAfter
           
protected  java.lang.Integer maxEntities
           
protected  javax.xml.datatype.Duration notificationInterval
           
protected  SubscriptionFilter subscriptionFilter
           
protected  java.lang.String subscriptionKey
           
 
Constructor Summary
Subscription()
           
 
Method Summary
 java.lang.String getBindingKey()
          Gets the value of the bindingKey property.
 javax.xml.datatype.XMLGregorianCalendar getExpiresAfter()
          Gets the value of the expiresAfter property.
 java.lang.Integer getMaxEntities()
          Gets the value of the maxEntities property.
 javax.xml.datatype.Duration getNotificationInterval()
          Gets the value of the notificationInterval property.
 SubscriptionFilter getSubscriptionFilter()
          Gets the value of the subscriptionFilter property.
 java.lang.String getSubscriptionKey()
          Gets the value of the subscriptionKey property.
 java.lang.Boolean isBrief()
          Gets the value of the brief property.
 void setBindingKey(java.lang.String value)
          Sets the value of the bindingKey property.
 void setBrief(java.lang.Boolean value)
          Sets the value of the brief property.
 void setExpiresAfter(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the expiresAfter property.
 void setMaxEntities(java.lang.Integer value)
          Sets the value of the maxEntities property.
 void setNotificationInterval(javax.xml.datatype.Duration value)
          Sets the value of the notificationInterval property.
 void setSubscriptionFilter(SubscriptionFilter value)
          Sets the value of the subscriptionFilter property.
 void setSubscriptionKey(java.lang.String value)
          Sets the value of the subscriptionKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriptionKey

protected java.lang.String subscriptionKey

subscriptionFilter

protected SubscriptionFilter subscriptionFilter

bindingKey

protected java.lang.String bindingKey

notificationInterval

protected javax.xml.datatype.Duration notificationInterval

maxEntities

protected java.lang.Integer maxEntities

expiresAfter

protected javax.xml.datatype.XMLGregorianCalendar expiresAfter

brief

protected java.lang.Boolean brief
Constructor Detail

Subscription

public Subscription()
Method Detail

getSubscriptionKey

public java.lang.String getSubscriptionKey()
Gets the value of the subscriptionKey property.

Returns:
possible object is String

setSubscriptionKey

public void setSubscriptionKey(java.lang.String value)
Sets the value of the subscriptionKey property.

Parameters:
value - allowed object is String

getSubscriptionFilter

public SubscriptionFilter getSubscriptionFilter()
Gets the value of the subscriptionFilter property.

Returns:
possible object is SubscriptionFilter

setSubscriptionFilter

public void setSubscriptionFilter(SubscriptionFilter value)
Sets the value of the subscriptionFilter property.

Parameters:
value - allowed object is SubscriptionFilter

getBindingKey

public java.lang.String getBindingKey()
Gets the value of the bindingKey property.

Returns:
possible object is String

setBindingKey

public void setBindingKey(java.lang.String value)
Sets the value of the bindingKey property.

Parameters:
value - allowed object is String

getNotificationInterval

public javax.xml.datatype.Duration getNotificationInterval()
Gets the value of the notificationInterval property.

Returns:
possible object is Duration

setNotificationInterval

public void setNotificationInterval(javax.xml.datatype.Duration value)
Sets the value of the notificationInterval property.

Parameters:
value - allowed object is Duration

getMaxEntities

public java.lang.Integer getMaxEntities()
Gets the value of the maxEntities property.

Returns:
possible object is Integer

setMaxEntities

public void setMaxEntities(java.lang.Integer value)
Sets the value of the maxEntities property.

Parameters:
value - allowed object is Integer

getExpiresAfter

public javax.xml.datatype.XMLGregorianCalendar getExpiresAfter()
Gets the value of the expiresAfter property.

Returns:
possible object is XMLGregorianCalendar

setExpiresAfter

public void setExpiresAfter(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expiresAfter property.

Parameters:
value - allowed object is XMLGregorianCalendar

isBrief

public java.lang.Boolean isBrief()
Gets the value of the brief property.

Returns:
possible object is Boolean

setBrief

public void setBrief(java.lang.Boolean value)
Sets the value of the brief property.

Parameters:
value - allowed object is Boolean


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.