public class DocumentFetchCommand extends BaseFetchCommand implements com.exalead.util.Checkable, java.io.Serializable
BaseFetchCommand.Transformer<T>, BaseFetchCommand.Visitor
base, DEFAULT_BASE
Constructor and Description |
---|
DocumentFetchCommand() |
DocumentFetchCommand(DocumentFetchCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(BaseFetchCommand.Transformer<T> transformer,
T[] t) |
void |
accept(BaseFetchCommand.Visitor visitor) |
<T> T |
accept(Command.Transformer<T> transformer,
T[] t) |
void |
accept(Command.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this DocumentFetchCommand.
|
static DocumentFetchCommand |
fromString(java.lang.String s)
String representation of this DocumentFetchCommand.
|
DocumentFetchCommand |
makeCopy()
Creates and returns a deep copy of this DocumentFetchCommand.
|
static DocumentFetchCommand |
readFrom(java.io.InputStream is)
Read this DocumentFetchCommand from an XML fragment.
|
java.lang.String |
toString()
String representation of this DocumentFetchCommand.
|
DocumentFetchCommand |
withBase(java.lang.String base) |
void |
writeTo(java.io.OutputStream os)
Write this DocumentFetchCommand as an XML fragment
|
public DocumentFetchCommand()
public DocumentFetchCommand(DocumentFetchCommand o)
public DocumentFetchCommand withBase(java.lang.String base)
withBase
in class BaseFetchCommand
public DocumentFetchCommand makeCopy()
makeCopy
in class BaseFetchCommand
public static DocumentFetchCommand 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
writeTo
in class BaseFetchCommand
javax.xml.bind.JAXBException
java.io.IOException
public static DocumentFetchCommand 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 BaseFetchCommand
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class BaseFetchCommand
com.exalead.util.TypedException
public void accept(BaseFetchCommand.Visitor visitor) throws com.exalead.util.TypedException
accept
in class BaseFetchCommand
com.exalead.util.TypedException
public void accept(Command.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(BaseFetchCommand.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class BaseFetchCommand
com.exalead.util.TypedException
public <T> T accept(Command.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.