public class CapabilitiesType extends Object implements Serializable, Cloneable, Containerable
Java class for CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}cachingMetadata" minOccurs="0"/> <element name="native" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/> <element name="configured" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CapabilityCollectionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CACHING_METADATA |
static QName |
F_CONFIGURED |
static QName |
F_NATIVE |
Constructor and Description |
---|
CapabilitiesType() |
CapabilitiesType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
CapabilitiesType |
clone() |
boolean |
equals(Object object) |
CachingMetadataType |
getCachingMetadata() |
CapabilityCollectionType |
getConfigured() |
CapabilityCollectionType |
getNative() |
int |
hashCode() |
void |
setCachingMetadata(CachingMetadataType value) |
void |
setConfigured(CapabilityCollectionType value) |
void |
setNative(CapabilityCollectionType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_CACHING_METADATA
public static final QName F_NATIVE
public static final QName F_CONFIGURED
public CapabilitiesType()
public CapabilitiesType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public CachingMetadataType getCachingMetadata()
public void setCachingMetadata(CachingMetadataType value)
public CapabilityCollectionType getNative()
public void setNative(CapabilityCollectionType value)
public CapabilityCollectionType getConfigured()
public void setConfigured(CapabilityCollectionType value)
public CapabilitiesType clone()
Copyright © 2017 Evolveum. All rights reserved.