|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNITFObjectWrapper
IdentifiableNITFObjectWrapper
TextWrapper
public class TextWrapper
Wrapper class related to a TextSegment of a NITF file.
Constructor Summary | |
---|---|
TextWrapper()
|
Method Summary | |
---|---|
String |
getAttachmentLevel()
|
String |
getFormat()
|
byte[] |
getTextContent()
|
void |
setAttachmentLevel(String attachmentLevel)
|
void |
setFormat(String format)
|
void |
setTextContent(byte[] textContent)
|
Methods inherited from class IdentifiableNITFObjectWrapper |
---|
getDateTime, getId, getTitle, setDateTime, setId, setTitle |
Methods inherited from class NITFObjectWrapper |
---|
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextWrapper()
Method Detail |
---|
public String getFormat()
public void setFormat(String format)
public String getAttachmentLevel()
public void setAttachmentLevel(String attachmentLevel)
public byte[] getTextContent()
public void setTextContent(byte[] textContent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |