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

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

public class PublisherAssertions
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
PublisherAssertions()
           
PublisherAssertions(String authorizedName, String generic, String operator, PublisherAssertion[] publisherAssertion)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthorizedName()
          Gets the authorizedName value for this PublisherAssertions.
 String getGeneric()
          Gets the generic value for this PublisherAssertions.
 String getOperator()
          Gets the operator value for this PublisherAssertions.
 PublisherAssertion[] getPublisherAssertion()
          Gets the publisherAssertion value for this PublisherAssertions.
 PublisherAssertion getPublisherAssertion(int i)
           
 int hashCode()
           
 void setAuthorizedName(String authorizedName)
          Sets the authorizedName value for this PublisherAssertions.
 void setGeneric(String generic)
          Sets the generic value for this PublisherAssertions.
 void setOperator(String operator)
          Sets the operator value for this PublisherAssertions.
 void setPublisherAssertion(int i, PublisherAssertion _value)
           
 void setPublisherAssertion(PublisherAssertion[] publisherAssertion)
          Sets the publisherAssertion value for this PublisherAssertions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherAssertions

public PublisherAssertions()

PublisherAssertions

public PublisherAssertions(String authorizedName,
                           String generic,
                           String operator,
                           PublisherAssertion[] publisherAssertion)
Method Detail

getPublisherAssertion

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

Returns:
publisherAssertion

setPublisherAssertion

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this PublisherAssertions.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this PublisherAssertions.

Parameters:
operator -

getAuthorizedName

public String getAuthorizedName()
Gets the authorizedName value for this PublisherAssertions.

Returns:
authorizedName

setAuthorizedName

public void setAuthorizedName(String authorizedName)
Sets the authorizedName value for this PublisherAssertions.

Parameters:
authorizedName -

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