
gov.nist.secauto.metaschema.model.testing.xmlbeans.MetaschemaDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: metaschema
* Namespace: http://csrc.nist.gov/ns/metaschema/test-suite/1.0
* Java type: gov.nist.secauto.metaschema.model.testing.xmlbeans.MetaschemaDocument
*
* Automatically generated - do not modify.
*/
package gov.nist.secauto.metaschema.model.testing.xmlbeans;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* A document containing one metaschema(@http://csrc.nist.gov/ns/metaschema/test-suite/1.0) element.
*
* This is a complex type.
*/
public interface MetaschemaDocument extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.metaschema.testing.TypeSystemHolder.typeSystem, "metaschema5977doctype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "metaschema" element
*/
gov.nist.secauto.metaschema.model.testing.xmlbeans.MetaschemaDocument.Metaschema getMetaschema();
/**
* Sets the "metaschema" element
*/
void setMetaschema(gov.nist.secauto.metaschema.model.testing.xmlbeans.MetaschemaDocument.Metaschema metaschema);
/**
* Appends and returns a new empty "metaschema" element
*/
gov.nist.secauto.metaschema.model.testing.xmlbeans.MetaschemaDocument.Metaschema addNewMetaschema();
/**
* An XML metaschema(@http://csrc.nist.gov/ns/metaschema/test-suite/1.0).
*
* This is a complex type.
*/
public interface Metaschema extends org.apache.xmlbeans.XmlObject {
ElementFactory Factory = new ElementFactory<>(org.apache.xmlbeans.metadata.system.metaschema.testing.TypeSystemHolder.typeSystem, "metaschema72b5elemtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "location" attribute
*/
java.lang.String getLocation();
/**
* Sets the "location" attribute
*/
void setLocation(java.lang.String location);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy