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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the content value for this Text.static org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializerstatic org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetType()Gets the type value for this Text.static org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()booleanGets the contentLossy value for this Text.voidsetContent(String content) Sets the content value for this Text.voidsetContentLossy(boolean contentLossy) Sets the contentLossy value for this Text.voidSets 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
-