org.globus.ws.policy
Class LanguageAssertion

java.lang.Object
  extended byorg.globus.ws.policy.LanguageAssertion
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  org.apache.axis.types.Id id
           
private  org.apache.axis.types.Language language
           
private  java.lang.Integer preference
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  OpenUsageType usage
           
 
Constructor Summary
LanguageAssertion()
           
LanguageAssertion(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Id id, org.apache.axis.types.Language language, java.lang.Integer preference, OpenUsageType usage)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this LanguageAssertion.
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.Id getId()
          Gets the id value for this LanguageAssertion.
 org.apache.axis.types.Language getLanguage()
          Gets the language value for this LanguageAssertion.
 java.lang.Integer getPreference()
          Gets the preference value for this LanguageAssertion.
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
 OpenUsageType getUsage()
          Gets the usage value for this LanguageAssertion.
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this LanguageAssertion.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this LanguageAssertion.
 void setLanguage(org.apache.axis.types.Language language)
          Sets the language value for this LanguageAssertion.
 void setPreference(java.lang.Integer preference)
          Sets the preference value for this LanguageAssertion.
 void setUsage(OpenUsageType usage)
          Sets the usage value for this LanguageAssertion.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_any

private org.apache.axis.message.MessageElement[] _any

language

private org.apache.axis.types.Language language

usage

private OpenUsageType usage

preference

private java.lang.Integer preference

id

private org.apache.axis.types.Id id

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

LanguageAssertion

public LanguageAssertion()

LanguageAssertion

public LanguageAssertion(org.apache.axis.message.MessageElement[] _any,
                         org.apache.axis.types.Id id,
                         org.apache.axis.types.Language language,
                         java.lang.Integer preference,
                         OpenUsageType usage)
Method Detail

get_any

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

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 LanguageAssertion.

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

getLanguage

public org.apache.axis.types.Language getLanguage()
Gets the language value for this LanguageAssertion.

Returns:
language

setLanguage

public void setLanguage(org.apache.axis.types.Language language)
Sets the language value for this LanguageAssertion.

Parameters:
language -

getUsage

public OpenUsageType getUsage()
Gets the usage value for this LanguageAssertion.

Returns:
usage

setUsage

public void setUsage(OpenUsageType usage)
Sets the usage value for this LanguageAssertion.

Parameters:
usage -

getPreference

public java.lang.Integer getPreference()
Gets the preference value for this LanguageAssertion.

Returns:
preference

setPreference

public void setPreference(java.lang.Integer preference)
Sets the preference value for this LanguageAssertion.

Parameters:
preference -

getId

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

Returns:
id

setId

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

Parameters:
id -

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