| Constructor and Description |
|---|
ManagedTopic()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getManagedTopicType() |
String |
getName() |
int |
getPosition() |
String |
getTopicDescription() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setManagedTopicType(String managedTopicType) |
void |
setName(String name) |
void |
setPosition(int position) |
void |
setTopicDescription(String topicDescription) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getManagedTopicType()
public void setManagedTopicType(String managedTopicType)
public String getName()
public void setName(String name)
public int getPosition()
public void setPosition(int position)
public String getTopicDescription()
public void setTopicDescription(String topicDescription)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.