public class ExternKeyPrefix extends Shortcut implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key |
DEFAULT_LITTERAL, DEFAULT_NORM, litteral, matchedUrl, norm, val
Constructor and Description |
---|
ExternKeyPrefix() |
ExternKeyPrefix(ExternKeyPrefix o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ExternKeyPrefix.
|
ExternKeyPrefix |
clone()
Creates and returns a deep copy of this ExternKeyPrefix.
|
static ExternKeyPrefix |
fromString(java.lang.String s)
String representation of this ExternKeyPrefix.
|
java.lang.String |
getKey() |
ExternKeyPrefix |
makeCopy()
Creates and returns a deep copy of this ExternKeyPrefix.
|
static ExternKeyPrefix |
readFrom(java.io.InputStream is)
Read this ExternKeyPrefix from an XML fragment.
|
void |
setKey(java.lang.String key) |
java.lang.String |
toString()
String representation of this ExternKeyPrefix.
|
ExternKeyPrefix |
withKey(java.lang.String key) |
ExternKeyPrefix |
withLitteral(boolean litteral) |
ExternKeyPrefix |
withLitteral(java.lang.Boolean litteral) |
ExternKeyPrefix |
withMatchedUrl(java.lang.String matchedUrl) |
ExternKeyPrefix |
withNorm(java.lang.String norm) |
ExternKeyPrefix |
withVal(java.lang.String val) |
void |
writeTo(java.io.OutputStream os)
Write this ExternKeyPrefix as an XML fragment
|
getMatchedUrl, getNorm, getVal, isLitteral, setLitteral, setMatchedUrl, setNorm, setVal
public ExternKeyPrefix()
public ExternKeyPrefix(ExternKeyPrefix o)
public ExternKeyPrefix withVal(java.lang.String val)
public ExternKeyPrefix withNorm(java.lang.String norm)
public ExternKeyPrefix withMatchedUrl(java.lang.String matchedUrl)
withMatchedUrl
in class Shortcut
public ExternKeyPrefix withLitteral(boolean litteral)
withLitteral
in class Shortcut
public ExternKeyPrefix withLitteral(java.lang.Boolean litteral)
withLitteral
in class Shortcut
public void setKey(java.lang.String key)
public java.lang.String getKey()
public ExternKeyPrefix withKey(java.lang.String key)
public ExternKeyPrefix clone()
public ExternKeyPrefix makeCopy()
public static ExternKeyPrefix 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
public static ExternKeyPrefix 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()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.