cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Others

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

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

See Also:
Serialized Form

Constructor Summary
Others()
           
Others(boolean readAccess, boolean writeAccess)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isReadAccess()
          Gets the readAccess value for this Others.
 boolean isWriteAccess()
          Gets the writeAccess value for this Others.
 void setReadAccess(boolean readAccess)
          Sets the readAccess value for this Others.
 void setWriteAccess(boolean writeAccess)
          Sets the writeAccess value for this Others.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Others

public Others()

Others

public Others(boolean readAccess,
              boolean writeAccess)
Method Detail

isReadAccess

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

Returns:
readAccess

setReadAccess

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

Parameters:
readAccess -

isWriteAccess

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

Returns:
writeAccess

setWriteAccess

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

Parameters:
writeAccess -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()