public class ConnectorFrameworkType extends Object implements Serializable, Cloneable, Containerable
Java class for ConnectorFrameworkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorFrameworkType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="configuration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ConnectorFrameworkConfigurationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONFIGURATION |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
ConnectorFrameworkType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ConnectorFrameworkType |
clone() |
boolean |
equals(Object object) |
List<ConnectorFrameworkConfigurationType> |
getConfiguration() |
int |
hashCode() |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_CONFIGURATION
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public List<ConnectorFrameworkConfigurationType> getConfiguration()
public ConnectorFrameworkType clone()
Copyright © 2013 evolveum. All rights reserved.