org.uddi.sub_v3
Class SaveSubscription

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

public class SaveSubscription
extends java.lang.Object
implements java.io.Serializable

Java class for save_subscription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="save_subscription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
         <element ref="{urn:uddi-org:sub_v3}subscription" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String authInfo
           
protected  java.util.List<Subscription> subscription
           
 
Constructor Summary
SaveSubscription()
           
 
Method Summary
 java.lang.String getAuthInfo()
          Gets the value of the authInfo property.
 java.util.List<Subscription> getSubscription()
          Gets the value of the subscription property.
 void setAuthInfo(java.lang.String value)
          Sets the value of the authInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected java.lang.String authInfo

subscription

protected java.util.List<Subscription> subscription
Constructor Detail

SaveSubscription

public SaveSubscription()
Method Detail

getAuthInfo

public java.lang.String getAuthInfo()
Gets the value of the authInfo property.

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.

Parameters:
value - allowed object is String

getSubscription

public java.util.List<Subscription> getSubscription()
Gets the value of the subscription property.

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 subscription property.

For example, to add a new item, do as follows:

    getSubscription().add(newItem);
 

Objects of the following type(s) are allowed in the list Subscription



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