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