org.icestandard.ICE.V20.simpledatatypes
Class UrlAccessType

java.lang.Object
  extended byorg.icestandard.ICE.V20.simpledatatypes.UrlAccessType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class UrlAccessType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

changes from 1.1: * removed the (FIXED) ice-element attribute * added link-only attribute * remove access-window

See Also:
Serialized Form

Constructor Summary
UrlAccessType()
           
UrlAccessType(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI url, org.apache.axis.types.Token username, org.apache.axis.types.Token password, UrlAccessTypeAuthenticationScheme authenticationScheme)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this UrlAccessType.
 UrlAccessTypeAuthenticationScheme getAuthenticationScheme()
          Gets the authenticationScheme value for this UrlAccessType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.Token getPassword()
          Gets the password value for this UrlAccessType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 org.apache.axis.types.URI getUrl()
          Gets the url value for this UrlAccessType.
 org.apache.axis.types.Token getUsername()
          Gets the username value for this UrlAccessType.
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this UrlAccessType.
 void setAuthenticationScheme(UrlAccessTypeAuthenticationScheme authenticationScheme)
          Sets the authenticationScheme value for this UrlAccessType.
 void setPassword(org.apache.axis.types.Token password)
          Sets the password value for this UrlAccessType.
 void setUrl(org.apache.axis.types.URI url)
          Sets the url value for this UrlAccessType.
 void setUsername(org.apache.axis.types.Token username)
          Sets the username value for this UrlAccessType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlAccessType

public UrlAccessType()

UrlAccessType

public UrlAccessType(org.apache.axis.message.MessageElement[] _any,
                     org.apache.axis.types.URI url,
                     org.apache.axis.types.Token username,
                     org.apache.axis.types.Token password,
                     UrlAccessTypeAuthenticationScheme authenticationScheme)
Method Detail

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this UrlAccessType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this UrlAccessType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getUrl

public org.apache.axis.types.URI getUrl()
Gets the url value for this UrlAccessType.

Returns:
url

setUrl

public void setUrl(org.apache.axis.types.URI url)
Sets the url value for this UrlAccessType.

Parameters:
url -

getUsername

public org.apache.axis.types.Token getUsername()
Gets the username value for this UrlAccessType.

Returns:
username

setUsername

public void setUsername(org.apache.axis.types.Token username)
Sets the username value for this UrlAccessType.

Parameters:
username -

getPassword

public org.apache.axis.types.Token getPassword()
Gets the password value for this UrlAccessType.

Returns:
password

setPassword

public void setPassword(org.apache.axis.types.Token password)
Sets the password value for this UrlAccessType.

Parameters:
password -

getAuthenticationScheme

public UrlAccessTypeAuthenticationScheme getAuthenticationScheme()
Gets the authenticationScheme value for this UrlAccessType.

Returns:
authenticationScheme

setAuthenticationScheme

public void setAuthenticationScheme(UrlAccessTypeAuthenticationScheme authenticationScheme)
Sets the authenticationScheme value for this UrlAccessType.

Parameters:
authenticationScheme -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer