cgl.axis.services.uddi.uddi_schema
Class Delete_publisherAssertions

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Delete_publisherAssertions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Delete_publisherAssertions()
           
Delete_publisherAssertions(AuthInfo authInfo, PublisherAssertion[] publisherAssertion)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Delete_publisherAssertions.
 PublisherAssertion[] getPublisherAssertion()
          Gets the publisherAssertion value for this Delete_publisherAssertions.
 PublisherAssertion getPublisherAssertion(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Delete_publisherAssertions.
 void setPublisherAssertion(int i, PublisherAssertion _value)
           
 void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
          Sets the publisherAssertion value for this Delete_publisherAssertions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete_publisherAssertions

public Delete_publisherAssertions()

Delete_publisherAssertions

public Delete_publisherAssertions(AuthInfo authInfo,
                                  PublisherAssertion[] publisherAssertion)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Delete_publisherAssertions.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Delete_publisherAssertions.

Parameters:
authInfo -

getPublisherAssertion

public PublisherAssertion[] getPublisherAssertion()
Gets the publisherAssertion value for this Delete_publisherAssertions.

Returns:
publisherAssertion

setPublisherAssertion

public void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
Sets the publisherAssertion value for this Delete_publisherAssertions.

Parameters:
publisherAssertion -

getPublisherAssertion

public PublisherAssertion getPublisherAssertion(int i)

setPublisherAssertion

public void setPublisherAssertion(int i,
                                  PublisherAssertion _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()