public class Scontrol extends MetadataWithContent
| Constructor and Description |
|---|
Scontrol()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SControlContentSource |
getContentSource() |
String |
getDescription() |
Encoding |
getEncodingKey() |
byte[] |
getFileContent() |
String |
getFileName() |
String |
getName() |
boolean |
getSupportsCaching() |
boolean |
isSupportsCaching() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setContentSource(SControlContentSource contentSource) |
void |
setDescription(String description) |
void |
setEncodingKey(Encoding encodingKey) |
void |
setFileContent(byte[] fileContent) |
void |
setFileName(String fileName) |
void |
setName(String name) |
void |
setSupportsCaching(boolean supportsCaching) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContentgetFullName, setFullNamepublic SControlContentSource getContentSource()
public void setContentSource(SControlContentSource contentSource)
public String getDescription()
public void setDescription(String description)
public Encoding getEncodingKey()
public void setEncodingKey(Encoding encodingKey)
public byte[] getFileContent()
public void setFileContent(byte[] fileContent)
public String getFileName()
public void setFileName(String fileName)
public String getName()
public void setName(String name)
public boolean getSupportsCaching()
public boolean isSupportsCaching()
public void setSupportsCaching(boolean supportsCaching)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataWithContentIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataWithContentIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataWithContentIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataWithContentIOExceptionConnectionExceptionpublic String toString()
toString in class MetadataWithContentCopyright © 2015. All Rights Reserved.