org.glite.wsdl.services.org_glite_security_voms_service_attributes
Class AttributeValue

java.lang.Object
  extended by org.glite.wsdl.services.org_glite_security_voms_service_attributes.AttributeValue
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AttributeValue()
           
AttributeValue(AttributeClass attributeClass, java.lang.String context, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AttributeClass getAttributeClass()
          Gets the attributeClass value for this AttributeValue.
 java.lang.String getContext()
          Gets the context value for this AttributeValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 java.lang.String getValue()
          Gets the value value for this AttributeValue.
 int hashCode()
           
 void setAttributeClass(AttributeClass attributeClass)
          Sets the attributeClass value for this AttributeValue.
 void setContext(java.lang.String context)
          Sets the context value for this AttributeValue.
 void setValue(java.lang.String value)
          Sets the value value for this AttributeValue.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValue

public AttributeValue()

AttributeValue

public AttributeValue(AttributeClass attributeClass,
                      java.lang.String context,
                      java.lang.String value)
Method Detail

getAttributeClass

public AttributeClass getAttributeClass()
Gets the attributeClass value for this AttributeValue.

Returns:
attributeClass

setAttributeClass

public void setAttributeClass(AttributeClass attributeClass)
Sets the attributeClass value for this AttributeValue.

Parameters:
attributeClass -

getContext

public java.lang.String getContext()
Gets the context value for this AttributeValue.

Returns:
context

setContext

public void setContext(java.lang.String context)
Sets the context value for this AttributeValue.

Parameters:
context -

getValue

public java.lang.String getValue()
Gets the value value for this AttributeValue.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this AttributeValue.

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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