cgl.axis.services.uddi.uddi_schema
Class Add_publisherAssertions

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

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

See Also:
Serialized Form

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

Constructor Detail

Add_publisherAssertions

public Add_publisherAssertions()

Add_publisherAssertions

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getPublisherAssertion

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

Returns:
publisherAssertion

setPublisherAssertion

public void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
Sets the publisherAssertion value for this Add_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()