org.exoplatform.services.wsrp2.type
Class EventDescription

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

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

See Also:
Serialized Form

Constructor Summary
EventDescription()
           
EventDescription(javax.xml.namespace.QName[] aliases, LocalizedString description, LocalizedString label, LocalizedString hint, ModelTypes schemaType, Extension[] extensions, javax.xml.namespace.QName name, javax.xml.namespace.QName type, org.apache.axis.types.URI schemaLocation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName[] getAliases()
          Gets the aliases value for this EventDescription.
 javax.xml.namespace.QName getAliases(int i)
           
 LocalizedString getDescription()
          Gets the description value for this EventDescription.
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 EventDescription.
 Extension getExtensions(int i)
           
 LocalizedString getHint()
          Gets the hint value for this EventDescription.
 LocalizedString getLabel()
          Gets the label value for this EventDescription.
 javax.xml.namespace.QName getName()
          Gets the name value for this EventDescription.
 org.apache.axis.types.URI getSchemaLocation()
          Gets the schemaLocation value for this EventDescription.
 ModelTypes getSchemaType()
          Gets the schemaType value for this EventDescription.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 javax.xml.namespace.QName getType()
          Gets the type value for this EventDescription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAliases(int i, javax.xml.namespace.QName _value)
           
 void setAliases(javax.xml.namespace.QName[] aliases)
          Sets the aliases value for this EventDescription.
 void setDescription(LocalizedString description)
          Sets the description value for this EventDescription.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this EventDescription.
 void setExtensions(int i, Extension _value)
           
 void setHint(LocalizedString hint)
          Sets the hint value for this EventDescription.
 void setLabel(LocalizedString label)
          Sets the label value for this EventDescription.
 void setName(javax.xml.namespace.QName name)
          Sets the name value for this EventDescription.
 void setSchemaLocation(org.apache.axis.types.URI schemaLocation)
          Sets the schemaLocation value for this EventDescription.
 void setSchemaType(ModelTypes schemaType)
          Sets the schemaType value for this EventDescription.
 void setType(javax.xml.namespace.QName type)
          Sets the type value for this EventDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDescription

public EventDescription()

EventDescription

public EventDescription(javax.xml.namespace.QName[] aliases,
                        LocalizedString description,
                        LocalizedString label,
                        LocalizedString hint,
                        ModelTypes schemaType,
                        Extension[] extensions,
                        javax.xml.namespace.QName name,
                        javax.xml.namespace.QName type,
                        org.apache.axis.types.URI schemaLocation)
Method Detail

getAliases

public javax.xml.namespace.QName[] getAliases()
Gets the aliases value for this EventDescription.

Returns:
aliases

setAliases

public void setAliases(javax.xml.namespace.QName[] aliases)
Sets the aliases value for this EventDescription.

Parameters:
aliases -

getAliases

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

setAliases

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

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getLabel

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

Returns:
label

setLabel

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

Parameters:
label -

getHint

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

Returns:
hint

setHint

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

Parameters:
hint -

getSchemaType

public ModelTypes getSchemaType()
Gets the schemaType value for this EventDescription.

Returns:
schemaType

setSchemaType

public void setSchemaType(ModelTypes schemaType)
Sets the schemaType value for this EventDescription.

Parameters:
schemaType -

getExtensions

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

Returns:
extensions

setExtensions

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

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

getName

public javax.xml.namespace.QName getName()
Gets the name value for this EventDescription.

Returns:
name

setName

public void setName(javax.xml.namespace.QName name)
Sets the name value for this EventDescription.

Parameters:
name -

getType

public javax.xml.namespace.QName getType()
Gets the type value for this EventDescription.

Returns:
type

setType

public void setType(javax.xml.namespace.QName type)
Sets the type value for this EventDescription.

Parameters:
type -

getSchemaLocation

public org.apache.axis.types.URI getSchemaLocation()
Gets the schemaLocation value for this EventDescription.

Returns:
schemaLocation

setSchemaLocation

public void setSchemaLocation(org.apache.axis.types.URI schemaLocation)
Sets the schemaLocation value for this EventDescription.

Parameters:
schemaLocation -

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.