Package com.polarion.alm.ws.client.types
Class Text
java.lang.Object
com.polarion.alm.ws.client.types.Text
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the content value for this Text.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetType()
Gets the type value for this Text.static org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
Gets the contentLossy value for this Text.void
setContent
(String content) Sets the content value for this Text.void
setContentLossy
(boolean contentLossy) Sets the contentLossy value for this Text.void
Sets the type value for this Text.
-
Constructor Details
-
Text
public Text() -
Text
-
-
Method Details
-
getType
Gets the type value for this Text.- Returns:
- type
-
setType
Sets the type value for this Text.- Parameters:
type
-
-
getContent
Gets the content value for this Text.- Returns:
- content
-
setContent
Sets the content value for this Text.- Parameters:
content
-
-
isContentLossy
public boolean isContentLossy()Gets the contentLossy value for this Text.- Returns:
- contentLossy
-
setContentLossy
public void setContentLossy(boolean contentLossy) Sets the contentLossy value for this Text.- Parameters:
contentLossy
-
-
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
-