public class BeegistryChangeStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
accepted |
static boolean |
DEFAULT_ACCEPTED |
Constructor and Description |
---|
BeegistryChangeStatus() |
BeegistryChangeStatus(BeegistryChangeStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this BeegistryChangeStatus.
|
static BeegistryChangeStatus |
fromString(java.lang.String s)
String representation of this BeegistryChangeStatus.
|
boolean |
isAccepted()
-
|
BeegistryChangeStatus |
makeCopy()
Creates and returns a deep copy of this BeegistryChangeStatus.
|
static BeegistryChangeStatus |
readFrom(java.io.InputStream is)
Read this BeegistryChangeStatus from an XML fragment.
|
void |
setAccepted(boolean accepted)
-
|
java.lang.String |
toString()
String representation of this BeegistryChangeStatus.
|
BeegistryChangeStatus |
withAccepted(boolean accepted) |
BeegistryChangeStatus |
withAccepted(java.lang.Boolean accepted) |
void |
writeTo(java.io.OutputStream os)
Write this BeegistryChangeStatus as an XML fragment
|
public boolean accepted
public static final boolean DEFAULT_ACCEPTED
public BeegistryChangeStatus()
public BeegistryChangeStatus(BeegistryChangeStatus o)
public void setAccepted(boolean accepted)
public boolean isAccepted()
public BeegistryChangeStatus withAccepted(boolean accepted)
public BeegistryChangeStatus withAccepted(java.lang.Boolean accepted)
public BeegistryChangeStatus makeCopy()
public static BeegistryChangeStatus 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 BeegistryChangeStatus 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.