public class InsertHitInfoFromFacets extends HitOperation implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
InsertHitInfoFromFacets.Add |
static class |
InsertHitInfoFromFacets.Replace |
HitOperation.Visitor
Modifier and Type | Field and Description |
---|---|
protected InsertHitInfoFromFacets.Add |
add |
protected InsertHitInfoFromFacets.Replace |
replace |
Constructor and Description |
---|
InsertHitInfoFromFacets() |
InsertHitInfoFromFacets(InsertHitInfoFromFacets o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
accept(HitOperation.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this InsertHitInfoFromFacets.
|
static InsertHitInfoFromFacets |
fromString(java.lang.String s)
String representation of this InsertHitInfoFromFacets.
|
InsertHitInfoFromFacets.Add |
getAdd() |
InsertHitInfoFromFacets.Replace |
getReplace() |
InsertHitInfoFromFacets |
makeCopy()
Creates and returns a deep copy of this InsertHitInfoFromFacets.
|
static InsertHitInfoFromFacets |
readFrom(java.io.InputStream is)
Read this InsertHitInfoFromFacets from an XML fragment.
|
void |
setAdd(InsertHitInfoFromFacets.Add __value) |
void |
setReplace(InsertHitInfoFromFacets.Replace __value) |
java.lang.String |
toString()
String representation of this InsertHitInfoFromFacets.
|
InsertHitInfoFromFacets |
withAdd(java.util.Collection<exa.bee.KeyValue> __values) |
InsertHitInfoFromFacets |
withAdd(InsertHitInfoFromFacets.Add __value) |
InsertHitInfoFromFacets |
withAdd(exa.bee.KeyValue... __values) |
InsertHitInfoFromFacets |
withReplace(java.util.Collection<exa.bee.KeyValue> __values) |
InsertHitInfoFromFacets |
withReplace(InsertHitInfoFromFacets.Replace __value) |
InsertHitInfoFromFacets |
withReplace(exa.bee.KeyValue... __values) |
void |
writeTo(java.io.OutputStream os)
Write this InsertHitInfoFromFacets as an XML fragment
|
protected InsertHitInfoFromFacets.Replace replace
protected InsertHitInfoFromFacets.Add add
public InsertHitInfoFromFacets()
public InsertHitInfoFromFacets(InsertHitInfoFromFacets o)
public InsertHitInfoFromFacets.Replace getReplace()
public void setReplace(InsertHitInfoFromFacets.Replace __value)
public InsertHitInfoFromFacets withReplace(exa.bee.KeyValue... __values)
public InsertHitInfoFromFacets withReplace(java.util.Collection<exa.bee.KeyValue> __values)
public InsertHitInfoFromFacets withReplace(InsertHitInfoFromFacets.Replace __value)
public InsertHitInfoFromFacets.Add getAdd()
public void setAdd(InsertHitInfoFromFacets.Add __value)
public InsertHitInfoFromFacets withAdd(exa.bee.KeyValue... __values)
public InsertHitInfoFromFacets withAdd(java.util.Collection<exa.bee.KeyValue> __values)
public InsertHitInfoFromFacets withAdd(InsertHitInfoFromFacets.Add __value)
public InsertHitInfoFromFacets makeCopy()
makeCopy
in class HitOperation
public static InsertHitInfoFromFacets 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 HitOperation
javax.xml.bind.JAXBException
java.io.IOException
public static InsertHitInfoFromFacets 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 HitOperation
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class HitOperation
com.exalead.util.TypedException
public void accept(HitOperation.Visitor visitor) throws com.exalead.util.TypedException
accept
in class HitOperation
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.