org.uddi.v3.schema.api
Class Delete_service

java.lang.Object
  extended by org.uddi.v3.schema.api.Delete_service
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Delete_service()
           
 
Method Summary
 java.lang.String getAuthInfo()
           
 java.net.URI[] getServiceKey()
           
 java.net.URI getServiceKey(int i)
           
 void setAuthInfo(java.lang.String authInfo)
           
 void setServiceKey(int i, java.net.URI value)
           
 void setServiceKey(java.net.URI[] serviceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete_service

public Delete_service()
Method Detail

getAuthInfo

public java.lang.String getAuthInfo()

setAuthInfo

public void setAuthInfo(java.lang.String authInfo)

getServiceKey

public java.net.URI[] getServiceKey()

setServiceKey

public void setServiceKey(java.net.URI[] serviceKey)

getServiceKey

public java.net.URI getServiceKey(int i)

setServiceKey

public void setServiceKey(int i,
                          java.net.URI value)