|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaType | |
---|---|
com.evolveum.midpoint.schema.util | |
com.evolveum.midpoint.xml.ns._public.common.common_1 |
Uses of XmlSchemaType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type XmlSchemaType | |
---|---|
static org.w3c.dom.Element |
ObjectTypeUtil.findXsdElement(XmlSchemaType xmlSchemaType)
Returns the <xsd:schema> element from the XmlSchemaType. |
Uses of XmlSchemaType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as XmlSchemaType | |
---|---|
protected XmlSchemaType |
ConnectorType.schema
|
protected XmlSchemaType |
ResourceType.schema
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return XmlSchemaType | |
---|---|
XmlSchemaType |
ObjectFactory.createXmlSchemaType()
Create an instance of XmlSchemaType |
XmlSchemaType |
ConnectorType.getSchema()
Connector configuration schema. |
XmlSchemaType |
ResourceType.getSchema()
Schema for resource objects. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type XmlSchemaType | |
---|---|
javax.xml.bind.JAXBElement<XmlSchemaType> |
ObjectFactory.createSchema(XmlSchemaType value)
Create an instance of JAXBElement < XmlSchemaType > } |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type XmlSchemaType | |
---|---|
javax.xml.bind.JAXBElement<XmlSchemaType> |
ObjectFactory.createSchema(XmlSchemaType value)
Create an instance of JAXBElement < XmlSchemaType > } |
void |
ConnectorType.setSchema(XmlSchemaType value)
Sets the value of the schema property. |
void |
ResourceType.setSchema(XmlSchemaType value)
Sets the value of the schema property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |