public class XmlSchemaType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for XmlSchemaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlSchemaType"> <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="generationConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SchemaGenerationConstraintsType" minOccurs="0"/> <element name="definition" type="{http://prism.evolveum.com/xml/ns/public/types-3}SchemaDefinitionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CACHING_METADATA |
static QName |
F_DEFINITION |
static QName |
F_GENERATION_CONSTRAINTS |
Constructor and Description |
---|
XmlSchemaType() |
XmlSchemaType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
XmlSchemaType |
clone() |
boolean |
equals(Object object) |
CachingMetadataType |
getCachingMetadata() |
com.evolveum.prism.xml.ns._public.types_3.SchemaDefinitionType |
getDefinition() |
SchemaGenerationConstraintsType |
getGenerationConstraints() |
int |
hashCode() |
void |
setCachingMetadata(CachingMetadataType value) |
void |
setDefinition(com.evolveum.prism.xml.ns._public.types_3.SchemaDefinitionType value) |
void |
setGenerationConstraints(SchemaGenerationConstraintsType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_CACHING_METADATA
public static final QName F_GENERATION_CONSTRAINTS
public static final QName F_DEFINITION
public XmlSchemaType()
public XmlSchemaType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public CachingMetadataType getCachingMetadata()
public void setCachingMetadata(CachingMetadataType value)
public SchemaGenerationConstraintsType getGenerationConstraints()
public void setGenerationConstraints(SchemaGenerationConstraintsType value)
public com.evolveum.prism.xml.ns._public.types_3.SchemaDefinitionType getDefinition()
public void setDefinition(com.evolveum.prism.xml.ns._public.types_3.SchemaDefinitionType value)
public XmlSchemaType clone()
Copyright © 2014 Evolveum. All rights reserved.