cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Group

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.Group
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Group()
           
Group(java.lang.String[] publisherID, boolean readAccess, boolean writeAccess)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getPublisherID()
          Gets the publisherID value for this Group.
 java.lang.String getPublisherID(int i)
           
 int hashCode()
           
 boolean isReadAccess()
          Gets the readAccess value for this Group.
 boolean isWriteAccess()
          Gets the writeAccess value for this Group.
 void setPublisherID(int i, java.lang.String _value)
           
 void setPublisherID(java.lang.String[] publisherID)
          Sets the publisherID value for this Group.
 void setReadAccess(boolean readAccess)
          Sets the readAccess value for this Group.
 void setWriteAccess(boolean writeAccess)
          Sets the writeAccess value for this Group.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(java.lang.String[] publisherID,
             boolean readAccess,
             boolean writeAccess)
Method Detail

getPublisherID

public java.lang.String[] getPublisherID()
Gets the publisherID value for this Group.

Returns:
publisherID

setPublisherID

public void setPublisherID(java.lang.String[] publisherID)
Sets the publisherID value for this Group.

Parameters:
publisherID -

getPublisherID

public java.lang.String getPublisherID(int i)

setPublisherID

public void setPublisherID(int i,
                           java.lang.String _value)

isReadAccess

public boolean isReadAccess()
Gets the readAccess value for this Group.

Returns:
readAccess

setReadAccess

public void setReadAccess(boolean readAccess)
Sets the readAccess value for this Group.

Parameters:
readAccess -

isWriteAccess

public boolean isWriteAccess()
Gets the writeAccess value for this Group.

Returns:
writeAccess

setWriteAccess

public void setWriteAccess(boolean writeAccess)
Sets the writeAccess value for this Group.

Parameters:
writeAccess -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()