public class CustomSecurityCommand
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
commandName |
java.util.List<exa.bee.KeyValue> |
keyValue |
java.lang.String |
securitySourceClassId |
Constructor and Description |
---|
CustomSecurityCommand() |
CustomSecurityCommand(CustomSecurityCommand o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomSecurityCommand.
|
static CustomSecurityCommand |
fromString(java.lang.String s)
String representation of this CustomSecurityCommand.
|
java.lang.String |
getCommandName() |
java.util.List<exa.bee.KeyValue> |
getKeyValue() |
java.lang.String |
getSecuritySourceClassId() |
CustomSecurityCommand |
makeCopy()
Creates and returns a deep copy of this CustomSecurityCommand.
|
static CustomSecurityCommand |
readFrom(java.io.InputStream is)
Read this CustomSecurityCommand from an XML fragment.
|
void |
setCommandName(java.lang.String commandName) |
void |
setSecuritySourceClassId(java.lang.String securitySourceClassId) |
java.lang.String |
toString()
String representation of this CustomSecurityCommand.
|
CustomSecurityCommand |
withCommandName(java.lang.String commandName) |
CustomSecurityCommand |
withKeyValue(java.util.Collection<exa.bee.KeyValue> __values) |
CustomSecurityCommand |
withKeyValue(exa.bee.KeyValue... __values) |
CustomSecurityCommand |
withSecuritySourceClassId(java.lang.String securitySourceClassId) |
void |
writeTo(java.io.OutputStream os)
Write this CustomSecurityCommand as an XML fragment
|
public java.util.List<exa.bee.KeyValue> keyValue
public java.lang.String securitySourceClassId
public java.lang.String commandName
public CustomSecurityCommand()
public CustomSecurityCommand(CustomSecurityCommand o)
public java.util.List<exa.bee.KeyValue> getKeyValue()
public CustomSecurityCommand withKeyValue(exa.bee.KeyValue... __values)
public CustomSecurityCommand withKeyValue(java.util.Collection<exa.bee.KeyValue> __values)
public void setSecuritySourceClassId(java.lang.String securitySourceClassId)
public java.lang.String getSecuritySourceClassId()
public CustomSecurityCommand withSecuritySourceClassId(java.lang.String securitySourceClassId)
public void setCommandName(java.lang.String commandName)
public java.lang.String getCommandName()
public CustomSecurityCommand withCommandName(java.lang.String commandName)
public CustomSecurityCommand makeCopy()
public static CustomSecurityCommand 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 CustomSecurityCommand 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 © 2013 Dassault Systèmes, All Rights Reserved.