public class InternalAddSemanticResourceInGroup
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
converterClassId |
java.lang.String |
group |
java.lang.String |
name |
java.lang.String |
tokenizationConfig |
java.lang.String |
type |
Constructor and Description |
---|
InternalAddSemanticResourceInGroup() |
InternalAddSemanticResourceInGroup(InternalAddSemanticResourceInGroup o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this InternalAddSemanticResourceInGroup.
|
static InternalAddSemanticResourceInGroup |
fromString(java.lang.String s)
String representation of this InternalAddSemanticResourceInGroup.
|
java.lang.String |
getConverterClassId() |
java.lang.String |
getGroup() |
java.lang.String |
getName() |
java.lang.String |
getTokenizationConfig() |
java.lang.String |
getType() |
InternalAddSemanticResourceInGroup |
makeCopy()
Creates and returns a deep copy of this InternalAddSemanticResourceInGroup.
|
static InternalAddSemanticResourceInGroup |
readFrom(java.io.InputStream is)
Read this InternalAddSemanticResourceInGroup from an XML fragment.
|
void |
setConverterClassId(java.lang.String converterClassId) |
void |
setGroup(java.lang.String group) |
void |
setName(java.lang.String name) |
void |
setTokenizationConfig(java.lang.String tokenizationConfig) |
void |
setType(java.lang.String type) |
java.lang.String |
toString()
String representation of this InternalAddSemanticResourceInGroup.
|
InternalAddSemanticResourceInGroup |
withConverterClassId(java.lang.String converterClassId) |
InternalAddSemanticResourceInGroup |
withGroup(java.lang.String group) |
InternalAddSemanticResourceInGroup |
withName(java.lang.String name) |
InternalAddSemanticResourceInGroup |
withTokenizationConfig(java.lang.String tokenizationConfig) |
InternalAddSemanticResourceInGroup |
withType(java.lang.String type) |
void |
writeTo(java.io.OutputStream os)
Write this InternalAddSemanticResourceInGroup as an XML fragment
|
public java.lang.String name
public java.lang.String type
public java.lang.String converterClassId
public java.lang.String tokenizationConfig
public java.lang.String group
public InternalAddSemanticResourceInGroup()
public InternalAddSemanticResourceInGroup(InternalAddSemanticResourceInGroup o)
public void setName(java.lang.String name)
public java.lang.String getName()
public InternalAddSemanticResourceInGroup withName(java.lang.String name)
public void setType(java.lang.String type)
public java.lang.String getType()
public InternalAddSemanticResourceInGroup withType(java.lang.String type)
public void setConverterClassId(java.lang.String converterClassId)
public java.lang.String getConverterClassId()
public InternalAddSemanticResourceInGroup withConverterClassId(java.lang.String converterClassId)
public void setTokenizationConfig(java.lang.String tokenizationConfig)
public java.lang.String getTokenizationConfig()
public InternalAddSemanticResourceInGroup withTokenizationConfig(java.lang.String tokenizationConfig)
public void setGroup(java.lang.String group)
public java.lang.String getGroup()
public InternalAddSemanticResourceInGroup withGroup(java.lang.String group)
public InternalAddSemanticResourceInGroup makeCopy()
public static InternalAddSemanticResourceInGroup 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 InternalAddSemanticResourceInGroup 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.