public class ExternKeyInside 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 |
---|
ExternKeyInside() |
ExternKeyInside(ExternKeyInside o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ExternKeyInside.
|
ExternKeyInside |
clone()
Creates and returns a deep copy of this ExternKeyInside.
|
static ExternKeyInside |
fromString(java.lang.String s)
String representation of this ExternKeyInside.
|
java.lang.String |
getKey() |
ExternKeyInside |
makeCopy()
Creates and returns a deep copy of this ExternKeyInside.
|
static ExternKeyInside |
readFrom(java.io.InputStream is)
Read this ExternKeyInside from an XML fragment.
|
void |
setKey(java.lang.String key) |
java.lang.String |
toString()
String representation of this ExternKeyInside.
|
ExternKeyInside |
withKey(java.lang.String key) |
ExternKeyInside |
withLitteral(boolean litteral) |
ExternKeyInside |
withLitteral(java.lang.Boolean litteral) |
ExternKeyInside |
withMatchedUrl(java.lang.String matchedUrl) |
ExternKeyInside |
withNorm(java.lang.String norm) |
ExternKeyInside |
withVal(java.lang.String val) |
void |
writeTo(java.io.OutputStream os)
Write this ExternKeyInside as an XML fragment
|
getMatchedUrl, getNorm, getVal, isLitteral, setLitteral, setMatchedUrl, setNorm, setVal
public ExternKeyInside()
public ExternKeyInside(ExternKeyInside o)
public ExternKeyInside withVal(java.lang.String val)
public ExternKeyInside withNorm(java.lang.String norm)
public ExternKeyInside withMatchedUrl(java.lang.String matchedUrl)
withMatchedUrl
in class Shortcut
public ExternKeyInside withLitteral(boolean litteral)
withLitteral
in class Shortcut
public ExternKeyInside withLitteral(java.lang.Boolean litteral)
withLitteral
in class Shortcut
public void setKey(java.lang.String key)
public java.lang.String getKey()
public ExternKeyInside withKey(java.lang.String key)
public ExternKeyInside clone()
public ExternKeyInside makeCopy()
public static ExternKeyInside 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 ExternKeyInside 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.