com.evolveum.midpoint.xml.ns._public.common.common_2a
Class XmlSchemaType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.XmlSchemaType
- All Implemented Interfaces:
- Containerable, Serializable, Cloneable
public class XmlSchemaType
- extends Object
- implements Serializable, Cloneable, Containerable
This element contains the XSD-formatted definition of schema.
The schema available in this definition is expeceted to comply
to the usual midPoint schema structure (properties, property
containers), although it should not contain objects (persistent
objects identified by OID).
Note: This schema is considered to be available only in run-time.
Therefore code-generation methods such as JAXB cannot be applied
here.
Note: xsd:any is here, but maybe a stricter type would be preferable.
However xsd:any seems to be a common practice (e.g. SPML, WSDL).
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-2a}cachingMetadata" minOccurs="0"/>
<element name="generationConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SchemaGenerationConstraintsType" minOccurs="0"/>
<element name="definition" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
F_CACHING_METADATA
public static final QName F_CACHING_METADATA
F_GENERATION_CONSTRAINTS
public static final QName F_GENERATION_CONSTRAINTS
F_DEFINITION
public static final QName F_DEFINITION
XmlSchemaType
public XmlSchemaType()
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interface Containerable
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
- Description copied from interface:
Containerable
- Setup value to the containerable representation. This is used to after (empty) containerable is created to
initialize it with a correct prism container value.
Note: This method DOES NOT change the container value parent.
- Specified by:
setupContainerValue
in interface Containerable
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCachingMetadata
public CachingMetadataType getCachingMetadata()
setCachingMetadata
public void setCachingMetadata(CachingMetadataType value)
getGenerationConstraints
public SchemaGenerationConstraintsType getGenerationConstraints()
setGenerationConstraints
public void setGenerationConstraints(SchemaGenerationConstraintsType value)
getDefinition
public XmlSchemaType.Definition getDefinition()
setDefinition
public void setDefinition(XmlSchemaType.Definition value)
clone
public XmlSchemaType clone()
- Overrides:
clone
in class Object
Copyright © 2013 evolveum. All Rights Reserved.