Class CommandLineScriptType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CommandLineScriptType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class CommandLineScriptType extends AbstractPlainStructured
Specifies a command to be executed on an operating system command-line.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcodestatic QNameCOMPLEX_TYPEprotected CommandLineExecutionMethodexecutionMethodstatic ItemNameF_CODEstatic ItemNameF_EXECUTION_METHODstatic ItemNameF_MACROprotected List<ProvisioningScriptArgumentType>macro
-
Constructor Summary
Constructors Constructor Description CommandLineScriptType()CommandLineScriptType(CommandLineScriptType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ProvisioningScriptArgumentTypebeginMacro()CommandLineScriptTypeclone()CommandLineScriptTypecode(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)CommandLineScriptTypeexecutionMethod(CommandLineExecutionMethod value)StringgetCode()CommandLineExecutionMethodgetExecutionMethod()List<ProvisioningScriptArgumentType>getMacro()inthashCode(StructuredHashCodeStrategy strategy)CommandLineScriptTypemacro(ProvisioningScriptArgumentType value)voidsetCode(String value)voidsetExecutionMethod(CommandLineExecutionMethod value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
macro
protected List<ProvisioningScriptArgumentType> macro
-
executionMethod
protected CommandLineExecutionMethod executionMethod
-
code
protected String code
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MACRO
public static final ItemName F_MACRO
-
F_EXECUTION_METHOD
public static final ItemName F_EXECUTION_METHOD
-
F_CODE
public static final ItemName F_CODE
-
-
Constructor Detail
-
CommandLineScriptType
public CommandLineScriptType()
-
CommandLineScriptType
public CommandLineScriptType(CommandLineScriptType other)
-
-
Method Detail
-
getMacro
public List<ProvisioningScriptArgumentType> getMacro()
-
getExecutionMethod
public CommandLineExecutionMethod getExecutionMethod()
-
setExecutionMethod
public void setExecutionMethod(CommandLineExecutionMethod value)
-
getCode
public String getCode()
-
setCode
public void setCode(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
macro
public CommandLineScriptType macro(ProvisioningScriptArgumentType value)
-
beginMacro
public ProvisioningScriptArgumentType beginMacro()
-
executionMethod
public CommandLineScriptType executionMethod(CommandLineExecutionMethod value)
-
code
public CommandLineScriptType code(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public CommandLineScriptType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-