public class XmlSchemaType extends Object implements Serializable, Cloneable, 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-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>
Modifier and Type | Class and Description |
---|---|
static class |
XmlSchemaType.Definition
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CACHING_METADATA |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DEFINITION |
static QName |
F_GENERATION_CONSTRAINTS |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
XmlSchemaType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
XmlSchemaType |
clone() |
boolean |
equals(Object object) |
CachingMetadataType |
getCachingMetadata() |
XmlSchemaType.Definition |
getDefinition() |
SchemaGenerationConstraintsType |
getGenerationConstraints() |
int |
hashCode() |
void |
setCachingMetadata(CachingMetadataType value) |
void |
setDefinition(XmlSchemaType.Definition value) |
void |
setGenerationConstraints(SchemaGenerationConstraintsType value) |
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_CACHING_METADATA
public static final QName F_GENERATION_CONSTRAINTS
public static final QName F_DEFINITION
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 CachingMetadataType getCachingMetadata()
public void setCachingMetadata(CachingMetadataType value)
public SchemaGenerationConstraintsType getGenerationConstraints()
public void setGenerationConstraints(SchemaGenerationConstraintsType value)
public XmlSchemaType.Definition getDefinition()
public void setDefinition(XmlSchemaType.Definition value)
public XmlSchemaType clone()
Copyright © 2013 evolveum. All rights reserved.