Class Text

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

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

    • Text

      public Text()
    • Text

      public Text(String type, String content, boolean contentLossy)
  • Method Details

    • getType

      public String getType()
      Gets the type value for this Text.
      Returns:
      type
    • setType

      public void setType(String type)
      Sets the type value for this Text.
      Parameters:
      type -
    • getContent

      public String getContent()
      Gets the content value for this Text.
      Returns:
      content
    • setContent

      public void setContent(String content)
      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

      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