org.apache.juddi.api_v3
Class SaveNode

java.lang.Object
  extended by org.apache.juddi.api_v3.SaveNode
All Implemented Interfaces:
Serializable

public class SaveNode
extends Object
implements Serializable

Java class for save_subscriptionInfo type. Specific to juddi.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
protected  String authInfo
           
protected  List<Node> node
           
 
Constructor Summary
SaveNode()
           
 
Method Summary
 String getAuthInfo()
           
 List<Node> getNode()
           
 void setAuthInfo(String authInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected String authInfo

node

protected List<Node> node
Constructor Detail

SaveNode

public SaveNode()
Method Detail

getAuthInfo

public String getAuthInfo()

setAuthInfo

public void setAuthInfo(String authInfo)

getNode

public List<Node> getNode()


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