org.exoplatform.services.wsrp2.type
Class ParameterDescription

java.lang.Object
  extended by org.exoplatform.services.wsrp2.type.ParameterDescription
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ParameterDescription()
           
ParameterDescription(javax.xml.namespace.QName[] names, LocalizedString description, LocalizedString label, LocalizedString hint, Extension[] extensions, java.lang.String identifier)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 LocalizedString getDescription()
          Gets the description value for this ParameterDescription.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this ParameterDescription.
 Extension getExtensions(int i)
           
 LocalizedString getHint()
          Gets the hint value for this ParameterDescription.
 java.lang.String getIdentifier()
          Gets the identifier value for this ParameterDescription.
 LocalizedString getLabel()
          Gets the label value for this ParameterDescription.
 javax.xml.namespace.QName[] getNames()
          Gets the names value for this ParameterDescription.
 javax.xml.namespace.QName getNames(int i)
           
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
 int hashCode()
           
 void setDescription(LocalizedString description)
          Sets the description value for this ParameterDescription.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this ParameterDescription.
 void setExtensions(int i, Extension _value)
           
 void setHint(LocalizedString hint)
          Sets the hint value for this ParameterDescription.
 void setIdentifier(java.lang.String identifier)
          Sets the identifier value for this ParameterDescription.
 void setLabel(LocalizedString label)
          Sets the label value for this ParameterDescription.
 void setNames(int i, javax.xml.namespace.QName _value)
           
 void setNames(javax.xml.namespace.QName[] names)
          Sets the names value for this ParameterDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDescription

public ParameterDescription()

ParameterDescription

public ParameterDescription(javax.xml.namespace.QName[] names,
                            LocalizedString description,
                            LocalizedString label,
                            LocalizedString hint,
                            Extension[] extensions,
                            java.lang.String identifier)
Method Detail

getNames

public javax.xml.namespace.QName[] getNames()
Gets the names value for this ParameterDescription.

Returns:
names

setNames

public void setNames(javax.xml.namespace.QName[] names)
Sets the names value for this ParameterDescription.

Parameters:
names -

getNames

public javax.xml.namespace.QName getNames(int i)

setNames

public void setNames(int i,
                     javax.xml.namespace.QName _value)

getDescription

public LocalizedString getDescription()
Gets the description value for this ParameterDescription.

Returns:
description

setDescription

public void setDescription(LocalizedString description)
Sets the description value for this ParameterDescription.

Parameters:
description -

getLabel

public LocalizedString getLabel()
Gets the label value for this ParameterDescription.

Returns:
label

setLabel

public void setLabel(LocalizedString label)
Sets the label value for this ParameterDescription.

Parameters:
label -

getHint

public LocalizedString getHint()
Gets the hint value for this ParameterDescription.

Returns:
hint

setHint

public void setHint(LocalizedString hint)
Sets the hint value for this ParameterDescription.

Parameters:
hint -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this ParameterDescription.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this ParameterDescription.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

getIdentifier

public java.lang.String getIdentifier()
Gets the identifier value for this ParameterDescription.

Returns:
identifier

setIdentifier

public void setIdentifier(java.lang.String identifier)
Sets the identifier value for this ParameterDescription.

Parameters:
identifier -

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



Copyright © 2010 eXo Platform SAS. All Rights Reserved.