Class ActivitySource
java.lang.Object
com.polarion.alm.ws.client.types.tracker.ActivitySource
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(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.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectString[]
getTypes()
Gets the types value for this ActivitySource.int
hashCode()
void
Sets the id value for this ActivitySource.void
Sets the prefix value for this ActivitySource.void
Sets 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
-