Class ProvisioningScriptArgumentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptArgumentType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ProvisioningScriptArgumentType extends ExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Script argument. It is subtype of Value Construction, therefore the value may be static of dynamically constructed using an expression. The "default" and "authoritative" flags are not applicable here.Java class for ProvisioningScriptArgumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvisioningScriptArgumentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_RESTprotected List<javax.xml.bind.JAXBElement<String>>rest-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
allowEmptyValues, description, documentation, expressionEvaluator, extension, F_ALLOW_EMPTY_VALUES, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_EVALUATOR, F_EXTENSION, F_NAME, F_PARAMETER, F_QUERY_INTERPRETATION_OF_NO_VALUE, F_RETURN_MULTIPLICITY, F_RETURN_TYPE, F_RUN_AS_REF, F_STRING_FILTER, F_TRACE, F_VARIABLE, name, parameter, queryInterpretationOfNoValue, returnMultiplicity, returnType, runAsRef, stringFilter, trace, variable
-
-
Constructor Summary
Constructors Constructor Description ProvisioningScriptArgumentType()Creates a newProvisioningScriptArgumentTypeinstance.ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)Creates a newProvisioningScriptArgumentTypeinstance by deeply copying a givenProvisioningScriptArgumentTypeinstance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
getDescription, getDocumentation, getExpressionEvaluator, getExtension, getName, getParameter, getQueryInterpretationOfNoValue, getReturnMultiplicity, getReturnType, getRunAsRef, getStringFilter, getVariable, isAllowEmptyValues, isTrace, setAllowEmptyValues, setDescription, setDocumentation, setExtension, setName, setQueryInterpretationOfNoValue, setReturnMultiplicity, setReturnType, setRunAsRef, setTrace
-
-
-
-
Constructor Detail
-
ProvisioningScriptArgumentType
public ProvisioningScriptArgumentType()
Creates a newProvisioningScriptArgumentTypeinstance.
-
ProvisioningScriptArgumentType
public ProvisioningScriptArgumentType(ProvisioningScriptArgumentType o)
Creates a newProvisioningScriptArgumentTypeinstance by deeply copying a givenProvisioningScriptArgumentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getRest
public List<javax.xml.bind.JAXBElement<String>> getRest()
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "Name" is used by two different parts of a schema. See: line 6947 of file:/home/jenkins/agent/workspace/midpoint-support-4-4-main/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd line 7585 of file:/home/jenkins/agent/workspace/midpoint-support-4-4-main/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the rest property.For example, to add a new item, do as follows:
getRest().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<String>
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExpressionType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classExpressionType
-
rest
public ProvisioningScriptArgumentType rest(javax.xml.bind.JAXBElement<String> value)
-
name
public ProvisioningScriptArgumentType name(String value)
- Overrides:
namein classExpressionType
-
description
public ProvisioningScriptArgumentType description(String value)
- Overrides:
descriptionin classExpressionType
-
documentation
public ProvisioningScriptArgumentType documentation(String value)
- Overrides:
documentationin classExpressionType
-
extension
public ProvisioningScriptArgumentType extension(ExtensionType value)
- Overrides:
extensionin classExpressionType
-
beginExtension
public ExtensionType beginExtension()
- Overrides:
beginExtensionin classExpressionType
-
parameter
public ProvisioningScriptArgumentType parameter(ExpressionParameterType value)
- Overrides:
parameterin classExpressionType
-
beginParameter
public ExpressionParameterType beginParameter()
- Overrides:
beginParameterin classExpressionType
-
returnType
public ProvisioningScriptArgumentType returnType(QName value)
- Overrides:
returnTypein classExpressionType
-
trace
public ProvisioningScriptArgumentType trace(Boolean value)
- Overrides:
tracein classExpressionType
-
stringFilter
public ProvisioningScriptArgumentType stringFilter(StringFilterType value)
- Overrides:
stringFilterin classExpressionType
-
beginStringFilter
public StringFilterType beginStringFilter()
- Overrides:
beginStringFilterin classExpressionType
-
variable
public ProvisioningScriptArgumentType variable(ExpressionVariableDefinitionType value)
- Overrides:
variablein classExpressionType
-
beginVariable
public ExpressionVariableDefinitionType beginVariable()
- Overrides:
beginVariablein classExpressionType
-
returnMultiplicity
public ProvisioningScriptArgumentType returnMultiplicity(ExpressionReturnMultiplicityType value)
- Overrides:
returnMultiplicityin classExpressionType
-
allowEmptyValues
public ProvisioningScriptArgumentType allowEmptyValues(Boolean value)
- Overrides:
allowEmptyValuesin classExpressionType
-
queryInterpretationOfNoValue
public ProvisioningScriptArgumentType queryInterpretationOfNoValue(QueryInterpretationOfNoValueType value)
- Overrides:
queryInterpretationOfNoValuein classExpressionType
-
runAsRef
public ProvisioningScriptArgumentType runAsRef(ObjectReferenceType value)
- Overrides:
runAsRefin classExpressionType
-
runAsRef
public ProvisioningScriptArgumentType runAsRef(String oid, QName type)
- Overrides:
runAsRefin classExpressionType
-
runAsRef
public ProvisioningScriptArgumentType runAsRef(String oid, QName type, QName relation)
- Overrides:
runAsRefin classExpressionType
-
beginRunAsRef
public ObjectReferenceType beginRunAsRef()
- Overrides:
beginRunAsRefin classExpressionType
-
expressionEvaluator
public ProvisioningScriptArgumentType expressionEvaluator(javax.xml.bind.JAXBElement<?> value)
- Overrides:
expressionEvaluatorin classExpressionType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classExpressionType
-
clone
public ProvisioningScriptArgumentType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classExpressionType- Returns:
- A deep copy of this object.
-
-