public class JBeegistryUpdateEntry
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key |
java.lang.String |
serviceGroup |
java.lang.String |
type |
java.lang.String |
value |
Constructor and Description |
---|
JBeegistryUpdateEntry() |
JBeegistryUpdateEntry(JBeegistryUpdateEntry o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this JBeegistryUpdateEntry.
|
static JBeegistryUpdateEntry |
fromString(java.lang.String s)
String representation of this JBeegistryUpdateEntry.
|
java.lang.String |
getKey()
-
|
java.lang.String |
getServiceGroup()
-
|
java.lang.String |
getType()
one of delete, simple_add, complex_add
|
java.lang.String |
getValue()
-
|
JBeegistryUpdateEntry |
makeCopy()
Creates and returns a deep copy of this JBeegistryUpdateEntry.
|
static JBeegistryUpdateEntry |
readFrom(java.io.InputStream is)
Read this JBeegistryUpdateEntry from an XML fragment.
|
void |
setKey(java.lang.String key)
-
|
void |
setServiceGroup(java.lang.String serviceGroup)
-
|
void |
setType(java.lang.String type)
one of delete, simple_add, complex_add
|
void |
setValue(java.lang.String value)
-
|
java.lang.String |
toString()
String representation of this JBeegistryUpdateEntry.
|
JBeegistryUpdateEntry |
withKey(java.lang.String key) |
JBeegistryUpdateEntry |
withServiceGroup(java.lang.String serviceGroup) |
JBeegistryUpdateEntry |
withType(java.lang.String type) |
JBeegistryUpdateEntry |
withValue(java.lang.String value) |
void |
writeTo(java.io.OutputStream os)
Write this JBeegistryUpdateEntry as an XML fragment
|
public java.lang.String type
public java.lang.String key
public java.lang.String value
public java.lang.String serviceGroup
public JBeegistryUpdateEntry()
public JBeegistryUpdateEntry(JBeegistryUpdateEntry o)
public void setType(java.lang.String type)
public java.lang.String getType()
public JBeegistryUpdateEntry withType(java.lang.String type)
public void setKey(java.lang.String key)
public java.lang.String getKey()
public JBeegistryUpdateEntry withKey(java.lang.String key)
public void setValue(java.lang.String value)
public java.lang.String getValue()
public JBeegistryUpdateEntry withValue(java.lang.String value)
public void setServiceGroup(java.lang.String serviceGroup)
public java.lang.String getServiceGroup()
public JBeegistryUpdateEntry withServiceGroup(java.lang.String serviceGroup)
public JBeegistryUpdateEntry makeCopy()
public static JBeegistryUpdateEntry 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 JBeegistryUpdateEntry 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.