cgl.axis.services.WSCTX.wss_schema
Class AttributedURI

java.lang.Object
  extended bycgl.axis.services.WSCTX.wss_schema.AttributedURI
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AttributedURI()
           
AttributedURI(org.apache.axis.types.URI attributedURIValue, org.apache.axis.types.Id id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getAttributedURIValue()
          Gets the attributedURIValue value for this AttributedURI.
 org.apache.axis.types.Id getId()
          Gets the id value for this AttributedURI.
 int hashCode()
           
 void setAttributedURIValue(org.apache.axis.types.URI attributedURIValue)
          Sets the attributedURIValue value for this AttributedURI.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this AttributedURI.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributedURI

public AttributedURI()

AttributedURI

public AttributedURI(org.apache.axis.types.URI attributedURIValue,
                     org.apache.axis.types.Id id)
Method Detail

getAttributedURIValue

public org.apache.axis.types.URI getAttributedURIValue()
Gets the attributedURIValue value for this AttributedURI.

Returns:
attributedURIValue

setAttributedURIValue

public void setAttributedURIValue(org.apache.axis.types.URI attributedURIValue)
Sets the attributedURIValue value for this AttributedURI.

Parameters:
attributedURIValue -

getId

public org.apache.axis.types.Id getId()
Gets the id value for this AttributedURI.

Returns:
id

setId

public void setId(org.apache.axis.types.Id id)
Sets the id value for this AttributedURI.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()