Class ActivitySource

java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivitySource
All Implemented Interfaces:
Serializable

public class ActivitySource extends Object implements Serializable
See Also:
  • Constructor Details

    • ActivitySource

      public ActivitySource()
    • ActivitySource

      public ActivitySource(String id, String prefix, String[] types)
  • Method Details

    • getId

      public String getId()
      Gets the id value for this ActivitySource.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the id value for this ActivitySource.
      Parameters:
      id -
    • getPrefix

      public String getPrefix()
      Gets the prefix value for this ActivitySource.
      Returns:
      prefix
    • setPrefix

      public void setPrefix(String prefix)
      Sets the prefix value for this ActivitySource.
      Parameters:
      prefix -
    • getTypes

      public String[] getTypes()
      Gets the types value for this ActivitySource.
      Returns:
      types
    • setTypes

      public void setTypes(String[] types)
      Sets the types value for this ActivitySource.
      Parameters:
      types -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTypeDesc

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

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

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