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