org.plasma.xml.schema
Class SchemaModelAssembler
java.lang.Object
org.plasma.xml.schema.SchemaModelAssembler
public class SchemaModelAssembler
- extends Object
Creates an XML Schema model.
- See Also:
org.plasma.query.PathNode,
org.plasma.query.PathNode#getSelectClause,
Select
|
Constructor Summary |
SchemaModelAssembler(Model model,
String destNamespaceURI,
String destNamespacePrefix)
Creates and XML Schema model based on the given PlasmaSDO#8482; Provisioning
Model. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaModelAssembler
public SchemaModelAssembler(Model model,
String destNamespaceURI,
String destNamespacePrefix)
- Creates and XML Schema model based on the given PlasmaSDO#8482; Provisioning
Model. All class properties within the given model are expected to contain
ordering or sequence information, such that XSD Element sequences can be
created with the expected ordering.
- Parameters:
model - the PlasmaSDO#8482; Provisioning ModeldestNamespaceURI - the target namespace URIdestNamespacePrefix - the target namespace prefix- See Also:
org.plasma.provisioning.Sequence
getSchema
public Schema getSchema()
isCreateNonContainmentReferenceTypes
public boolean isCreateNonContainmentReferenceTypes()
setCreateNonContainmentReferenceTypes
public void setCreateNonContainmentReferenceTypes(boolean createNonContainmentReferenceTypes)
Copyright © 2014. All rights reserved.