public class RemoteReportParameterType extends Object implements Serializable, Cloneable, Containerable
Java class for RemoteReportParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemoteReportParameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="parameterName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameterValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportParameterType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PARAMETER_NAME |
static QName |
F_PARAMETER_VALUE |
Constructor and Description |
---|
RemoteReportParameterType() |
RemoteReportParameterType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
RemoteReportParameterType |
clone() |
boolean |
equals(Object object) |
String |
getParameterName() |
ReportParameterType |
getParameterValue() |
int |
hashCode() |
void |
setParameterName(String value) |
void |
setParameterValue(ReportParameterType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_PARAMETER_NAME
public static final QName F_PARAMETER_VALUE
public RemoteReportParameterType()
public RemoteReportParameterType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getParameterName()
public void setParameterName(String value)
public ReportParameterType getParameterValue()
public void setParameterValue(ReportParameterType value)
public RemoteReportParameterType clone()
Copyright © 2016 Evolveum. All rights reserved.