Class ActivitySource
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivitySource
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializergetId()Gets the id value for this ActivitySource.Gets the prefix value for this ActivitySource.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectString[]getTypes()Gets the types value for this ActivitySource.inthashCode()voidSets the id value for this ActivitySource.voidSets the prefix value for this ActivitySource.voidSets the types value for this ActivitySource.
-
Constructor Details
-
ActivitySource
public ActivitySource() -
ActivitySource
-
-
Method Details
-
getId
Gets the id value for this ActivitySource.- Returns:
- id
-
setId
Sets the id value for this ActivitySource.- Parameters:
id-
-
getPrefix
Gets the prefix value for this ActivitySource.- Returns:
- prefix
-
setPrefix
Sets the prefix value for this ActivitySource.- Parameters:
prefix-
-
getTypes
Gets the types value for this ActivitySource.- Returns:
- types
-
setTypes
Sets the types value for this ActivitySource.- Parameters:
types-
-
equals
-
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(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
-