public class CustomPublisher
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CustomPublisher.Config |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
protected CustomPublisher.Config |
config |
Constructor and Description |
---|
CustomPublisher() |
CustomPublisher(CustomPublisher o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomPublisher.
|
static CustomPublisher |
fromString(java.lang.String s)
String representation of this CustomPublisher.
|
java.lang.String |
getClassId()
Custom publisher type
|
CustomPublisher.Config |
getConfig() |
CustomPublisher |
makeCopy()
Creates and returns a deep copy of this CustomPublisher.
|
static CustomPublisher |
readFrom(java.io.InputStream is)
Read this CustomPublisher from an XML fragment.
|
void |
setClassId(java.lang.String classId)
Custom publisher type
|
void |
setConfig(CustomPublisher.Config __value) |
java.lang.String |
toString()
String representation of this CustomPublisher.
|
CustomPublisher |
withClassId(java.lang.String classId) |
CustomPublisher |
withConfig(java.util.Collection<KeyValue> __values) |
CustomPublisher |
withConfig(CustomPublisher.Config __value) |
CustomPublisher |
withConfig(KeyValue... __values) |
void |
writeTo(java.io.OutputStream os)
Write this CustomPublisher as an XML fragment
|
public java.lang.String classId
protected CustomPublisher.Config config
public CustomPublisher()
public CustomPublisher(CustomPublisher o)
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomPublisher withClassId(java.lang.String classId)
public CustomPublisher.Config getConfig()
public void setConfig(CustomPublisher.Config __value)
public CustomPublisher withConfig(KeyValue... __values)
public CustomPublisher withConfig(java.util.Collection<KeyValue> __values)
public CustomPublisher withConfig(CustomPublisher.Config __value)
public CustomPublisher makeCopy()
public static CustomPublisher readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static CustomPublisher fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.