package gov.uspto.patent;

public interface TextField {
	public void setRawText(String fieldRawText);
	public String getRawText();
}
