uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class Delete_publisherAssertions

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
      extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Delete_publisherAssertions
All Implemented Interfaces:
Message, Serializable, UDDIv2DataModelVisitable

public class Delete_publisherAssertions
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Delete_publisherAssertions()
           
Delete_publisherAssertions(String authInfo, String generic, PublisherAssertion[] publisherAssertion)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this Delete_publisherAssertions.
 String getGeneric()
          Gets the generic value for this Delete_publisherAssertions.
 PublisherAssertion[] getPublisherAssertion()
          Gets the publisherAssertion value for this Delete_publisherAssertions.
 PublisherAssertion getPublisherAssertion(int i)
           
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this Delete_publisherAssertions.
 void setGeneric(String generic)
          Sets the generic 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 uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
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(String authInfo,
                                  String generic,
                                  PublisherAssertion[] publisherAssertion)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

public void setAuthInfo(String 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)

getGeneric

public String getGeneric()
Gets the generic value for this Delete_publisherAssertions.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this Delete_publisherAssertions.

Parameters:
generic -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception