Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.XmlSchemaType
-
Packages that use XmlSchemaType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of XmlSchemaType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type XmlSchemaType Modifier and Type Method Description static Element
ObjectTypeUtil. findXsdElement(XmlSchemaType xmlSchemaType)
Returns the <xsd:schema> element from the XmlSchemaType.Method parameters in com.evolveum.midpoint.schema.util with type arguments of type XmlSchemaType Modifier and Type Method Description static Element
ObjectTypeUtil. findXsdElement(PrismContainer<XmlSchemaType> xmlSchemaContainer)
static Element
ObjectTypeUtil. findXsdElement(PrismContainerValue<XmlSchemaType> xmlSchemaContainerValue)
-
Uses of XmlSchemaType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type XmlSchemaType Modifier and Type Field Description static Producer<XmlSchemaType>
XmlSchemaType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return XmlSchemaType Modifier and Type Method Description XmlSchemaType
ConnectorType. beginSchema()
XmlSchemaType
ResourceType. beginSchema()
XmlSchemaType
XmlSchemaType. cachingMetadata(CachingMetadataType value)
XmlSchemaType
XmlSchemaType. clone()
XmlSchemaType
ObjectFactory. createXmlSchemaType()
XmlSchemaType
XmlSchemaType. definition(SchemaDefinitionType value)
XmlSchemaType
XmlSchemaType. generationConstraints(SchemaGenerationConstraintsType value)
XmlSchemaType
ConnectorType. getSchema()
XmlSchemaType
ResourceType. getSchema()
XmlSchemaType
XmlSchemaType. id(Long value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type XmlSchemaType Modifier and Type Method Description javax.xml.bind.JAXBElement<XmlSchemaType>
ObjectFactory. createSchema(XmlSchemaType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type XmlSchemaType Modifier and Type Method Description javax.xml.bind.JAXBElement<XmlSchemaType>
ObjectFactory. createSchema(XmlSchemaType value)
ConnectorType
ConnectorType. schema(XmlSchemaType value)
ResourceType
ResourceType. schema(XmlSchemaType value)
void
ConnectorType. setSchema(XmlSchemaType value)
void
ResourceType. setSchema(XmlSchemaType value)
-