Class PostMethodTask.TextPartType

java.lang.Object
net.sf.antcontrib.net.httpclient.PostMethodTask.TextPartType
Enclosing class:
PostMethodTask

public static class PostMethodTask.TextPartType extends Object
  • Constructor Details

    • TextPartType

      public TextPartType()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCharSet

      public String getCharSet()
    • setCharSet

      public void setCharSet(String charSet)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • setText

      public void setText(String text)