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