All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.opengis.sensorML.x10.SecurityDocument Maven / Gradle / Ivy

The newest version!
/*
 * An XML document type.
 * Localname: Security
 * Namespace: http://www.opengis.net/sensorML/1.0
 * Java type: net.opengis.sensorML.x10.SecurityDocument
 *
 * Automatically generated - do not modify.
 */
package net.opengis.sensorML.x10;


/**
 * A document containing one Security(@http://www.opengis.net/sensorML/1.0) element.
 *
 * This is a complex type.
 */
public interface SecurityDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s27BEE80D2E6A73C2EADD29869F3A6615").resolveHandle("security4018doctype");
    
    /**
     * Gets the "Security" element
     */
    net.opengis.sensorML.x10.SecurityDocument.Security getSecurity();
    
    /**
     * Sets the "Security" element
     */
    void setSecurity(net.opengis.sensorML.x10.SecurityDocument.Security security);
    
    /**
     * Appends and returns a new empty "Security" element
     */
    net.opengis.sensorML.x10.SecurityDocument.Security addNewSecurity();
    
    /**
     * An XML Security(@http://www.opengis.net/sensorML/1.0).
     *
     * This is a complex type.
     */
    public interface Security extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Security.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s27BEE80D2E6A73C2EADD29869F3A6615").resolveHandle("security6c9celemtype");
        
        /**
         * Gets the "classification" attribute
         */
        usGovIcIsmV2.ClassificationType.Enum getClassification();
        
        /**
         * Gets (as xml) the "classification" attribute
         */
        usGovIcIsmV2.ClassificationType xgetClassification();
        
        /**
         * True if has "classification" attribute
         */
        boolean isSetClassification();
        
        /**
         * Sets the "classification" attribute
         */
        void setClassification(usGovIcIsmV2.ClassificationType.Enum classification);
        
        /**
         * Sets (as xml) the "classification" attribute
         */
        void xsetClassification(usGovIcIsmV2.ClassificationType classification);
        
        /**
         * Unsets the "classification" attribute
         */
        void unsetClassification();
        
        /**
         * Gets the "ownerProducer" attribute
         */
        java.util.List getOwnerProducer();
        
        /**
         * Gets (as xml) the "ownerProducer" attribute
         */
        usGovIcIsmV2.OwnerProducerAttribute.OwnerProducer xgetOwnerProducer();
        
        /**
         * True if has "ownerProducer" attribute
         */
        boolean isSetOwnerProducer();
        
        /**
         * Sets the "ownerProducer" attribute
         */
        void setOwnerProducer(java.util.List ownerProducer);
        
        /**
         * Sets (as xml) the "ownerProducer" attribute
         */
        void xsetOwnerProducer(usGovIcIsmV2.OwnerProducerAttribute.OwnerProducer ownerProducer);
        
        /**
         * Unsets the "ownerProducer" attribute
         */
        void unsetOwnerProducer();
        
        /**
         * Gets the "SCIcontrols" attribute
         */
        java.util.List getSCIcontrols();
        
        /**
         * Gets (as xml) the "SCIcontrols" attribute
         */
        usGovIcIsmV2.SCIcontrolsAttribute.SCIcontrols xgetSCIcontrols();
        
        /**
         * True if has "SCIcontrols" attribute
         */
        boolean isSetSCIcontrols();
        
        /**
         * Sets the "SCIcontrols" attribute
         */
        void setSCIcontrols(java.util.List scIcontrols);
        
        /**
         * Sets (as xml) the "SCIcontrols" attribute
         */
        void xsetSCIcontrols(usGovIcIsmV2.SCIcontrolsAttribute.SCIcontrols scIcontrols);
        
        /**
         * Unsets the "SCIcontrols" attribute
         */
        void unsetSCIcontrols();
        
        /**
         * Gets the "SARIdentifier" attribute
         */
        java.util.List getSARIdentifier();
        
        /**
         * Gets (as xml) the "SARIdentifier" attribute
         */
        usGovIcIsmV2.SARIdentifierAttribute.SARIdentifier xgetSARIdentifier();
        
        /**
         * True if has "SARIdentifier" attribute
         */
        boolean isSetSARIdentifier();
        
        /**
         * Sets the "SARIdentifier" attribute
         */
        void setSARIdentifier(java.util.List sarIdentifier);
        
        /**
         * Sets (as xml) the "SARIdentifier" attribute
         */
        void xsetSARIdentifier(usGovIcIsmV2.SARIdentifierAttribute.SARIdentifier sarIdentifier);
        
        /**
         * Unsets the "SARIdentifier" attribute
         */
        void unsetSARIdentifier();
        
        /**
         * Gets the "disseminationControls" attribute
         */
        java.util.List getDisseminationControls();
        
        /**
         * Gets (as xml) the "disseminationControls" attribute
         */
        usGovIcIsmV2.DisseminationControlsAttribute.DisseminationControls xgetDisseminationControls();
        
        /**
         * True if has "disseminationControls" attribute
         */
        boolean isSetDisseminationControls();
        
        /**
         * Sets the "disseminationControls" attribute
         */
        void setDisseminationControls(java.util.List disseminationControls);
        
        /**
         * Sets (as xml) the "disseminationControls" attribute
         */
        void xsetDisseminationControls(usGovIcIsmV2.DisseminationControlsAttribute.DisseminationControls disseminationControls);
        
        /**
         * Unsets the "disseminationControls" attribute
         */
        void unsetDisseminationControls();
        
        /**
         * Gets the "FGIsourceOpen" attribute
         */
        java.util.List getFGIsourceOpen();
        
        /**
         * Gets (as xml) the "FGIsourceOpen" attribute
         */
        usGovIcIsmV2.FGIsourceOpenAttribute.FGIsourceOpen xgetFGIsourceOpen();
        
        /**
         * True if has "FGIsourceOpen" attribute
         */
        boolean isSetFGIsourceOpen();
        
        /**
         * Sets the "FGIsourceOpen" attribute
         */
        void setFGIsourceOpen(java.util.List fgIsourceOpen);
        
        /**
         * Sets (as xml) the "FGIsourceOpen" attribute
         */
        void xsetFGIsourceOpen(usGovIcIsmV2.FGIsourceOpenAttribute.FGIsourceOpen fgIsourceOpen);
        
        /**
         * Unsets the "FGIsourceOpen" attribute
         */
        void unsetFGIsourceOpen();
        
        /**
         * Gets the "FGIsourceProtected" attribute
         */
        java.util.List getFGIsourceProtected();
        
        /**
         * Gets (as xml) the "FGIsourceProtected" attribute
         */
        usGovIcIsmV2.FGIsourceProtectedAttribute.FGIsourceProtected xgetFGIsourceProtected();
        
        /**
         * True if has "FGIsourceProtected" attribute
         */
        boolean isSetFGIsourceProtected();
        
        /**
         * Sets the "FGIsourceProtected" attribute
         */
        void setFGIsourceProtected(java.util.List fgIsourceProtected);
        
        /**
         * Sets (as xml) the "FGIsourceProtected" attribute
         */
        void xsetFGIsourceProtected(usGovIcIsmV2.FGIsourceProtectedAttribute.FGIsourceProtected fgIsourceProtected);
        
        /**
         * Unsets the "FGIsourceProtected" attribute
         */
        void unsetFGIsourceProtected();
        
        /**
         * Gets the "releasableTo" attribute
         */
        java.util.List getReleasableTo();
        
        /**
         * Gets (as xml) the "releasableTo" attribute
         */
        usGovIcIsmV2.ReleasableToAttribute.ReleasableTo xgetReleasableTo();
        
        /**
         * True if has "releasableTo" attribute
         */
        boolean isSetReleasableTo();
        
        /**
         * Sets the "releasableTo" attribute
         */
        void setReleasableTo(java.util.List releasableTo);
        
        /**
         * Sets (as xml) the "releasableTo" attribute
         */
        void xsetReleasableTo(usGovIcIsmV2.ReleasableToAttribute.ReleasableTo releasableTo);
        
        /**
         * Unsets the "releasableTo" attribute
         */
        void unsetReleasableTo();
        
        /**
         * Gets the "nonICmarkings" attribute
         */
        java.util.List getNonICmarkings();
        
        /**
         * Gets (as xml) the "nonICmarkings" attribute
         */
        usGovIcIsmV2.NonICmarkingsAttribute.NonICmarkings xgetNonICmarkings();
        
        /**
         * True if has "nonICmarkings" attribute
         */
        boolean isSetNonICmarkings();
        
        /**
         * Sets the "nonICmarkings" attribute
         */
        void setNonICmarkings(java.util.List nonICmarkings);
        
        /**
         * Sets (as xml) the "nonICmarkings" attribute
         */
        void xsetNonICmarkings(usGovIcIsmV2.NonICmarkingsAttribute.NonICmarkings nonICmarkings);
        
        /**
         * Unsets the "nonICmarkings" attribute
         */
        void unsetNonICmarkings();
        
        /**
         * Gets the "classifiedBy" attribute
         */
        java.lang.String getClassifiedBy();
        
        /**
         * Gets (as xml) the "classifiedBy" attribute
         */
        usGovIcIsmV2.ClassifiedByAttribute.ClassifiedBy xgetClassifiedBy();
        
        /**
         * True if has "classifiedBy" attribute
         */
        boolean isSetClassifiedBy();
        
        /**
         * Sets the "classifiedBy" attribute
         */
        void setClassifiedBy(java.lang.String classifiedBy);
        
        /**
         * Sets (as xml) the "classifiedBy" attribute
         */
        void xsetClassifiedBy(usGovIcIsmV2.ClassifiedByAttribute.ClassifiedBy classifiedBy);
        
        /**
         * Unsets the "classifiedBy" attribute
         */
        void unsetClassifiedBy();
        
        /**
         * Gets the "classificationReason" attribute
         */
        java.lang.String getClassificationReason();
        
        /**
         * Gets (as xml) the "classificationReason" attribute
         */
        usGovIcIsmV2.ClassificationReasonAttribute.ClassificationReason xgetClassificationReason();
        
        /**
         * True if has "classificationReason" attribute
         */
        boolean isSetClassificationReason();
        
        /**
         * Sets the "classificationReason" attribute
         */
        void setClassificationReason(java.lang.String classificationReason);
        
        /**
         * Sets (as xml) the "classificationReason" attribute
         */
        void xsetClassificationReason(usGovIcIsmV2.ClassificationReasonAttribute.ClassificationReason classificationReason);
        
        /**
         * Unsets the "classificationReason" attribute
         */
        void unsetClassificationReason();
        
        /**
         * Gets the "derivedFrom" attribute
         */
        java.lang.String getDerivedFrom();
        
        /**
         * Gets (as xml) the "derivedFrom" attribute
         */
        usGovIcIsmV2.DerivedFromAttribute.DerivedFrom xgetDerivedFrom();
        
        /**
         * True if has "derivedFrom" attribute
         */
        boolean isSetDerivedFrom();
        
        /**
         * Sets the "derivedFrom" attribute
         */
        void setDerivedFrom(java.lang.String derivedFrom);
        
        /**
         * Sets (as xml) the "derivedFrom" attribute
         */
        void xsetDerivedFrom(usGovIcIsmV2.DerivedFromAttribute.DerivedFrom derivedFrom);
        
        /**
         * Unsets the "derivedFrom" attribute
         */
        void unsetDerivedFrom();
        
        /**
         * Gets the "declassDate" attribute
         */
        java.util.Calendar getDeclassDate();
        
        /**
         * Gets (as xml) the "declassDate" attribute
         */
        usGovIcIsmV2.DeclassDateAttribute.DeclassDate xgetDeclassDate();
        
        /**
         * True if has "declassDate" attribute
         */
        boolean isSetDeclassDate();
        
        /**
         * Sets the "declassDate" attribute
         */
        void setDeclassDate(java.util.Calendar declassDate);
        
        /**
         * Sets (as xml) the "declassDate" attribute
         */
        void xsetDeclassDate(usGovIcIsmV2.DeclassDateAttribute.DeclassDate declassDate);
        
        /**
         * Unsets the "declassDate" attribute
         */
        void unsetDeclassDate();
        
        /**
         * Gets the "declassEvent" attribute
         */
        java.lang.String getDeclassEvent();
        
        /**
         * Gets (as xml) the "declassEvent" attribute
         */
        usGovIcIsmV2.DeclassEventAttribute.DeclassEvent xgetDeclassEvent();
        
        /**
         * True if has "declassEvent" attribute
         */
        boolean isSetDeclassEvent();
        
        /**
         * Sets the "declassEvent" attribute
         */
        void setDeclassEvent(java.lang.String declassEvent);
        
        /**
         * Sets (as xml) the "declassEvent" attribute
         */
        void xsetDeclassEvent(usGovIcIsmV2.DeclassEventAttribute.DeclassEvent declassEvent);
        
        /**
         * Unsets the "declassEvent" attribute
         */
        void unsetDeclassEvent();
        
        /**
         * Gets the "declassException" attribute
         */
        java.util.List getDeclassException();
        
        /**
         * Gets (as xml) the "declassException" attribute
         */
        usGovIcIsmV2.DeclassExceptionAttribute.DeclassException xgetDeclassException();
        
        /**
         * True if has "declassException" attribute
         */
        boolean isSetDeclassException();
        
        /**
         * Sets the "declassException" attribute
         */
        void setDeclassException(java.util.List declassException);
        
        /**
         * Sets (as xml) the "declassException" attribute
         */
        void xsetDeclassException(usGovIcIsmV2.DeclassExceptionAttribute.DeclassException declassException);
        
        /**
         * Unsets the "declassException" attribute
         */
        void unsetDeclassException();
        
        /**
         * Gets the "typeOfExemptedSource" attribute
         */
        java.util.List getTypeOfExemptedSource();
        
        /**
         * Gets (as xml) the "typeOfExemptedSource" attribute
         */
        usGovIcIsmV2.TypeOfExemptedSourceAttribute.TypeOfExemptedSource xgetTypeOfExemptedSource();
        
        /**
         * True if has "typeOfExemptedSource" attribute
         */
        boolean isSetTypeOfExemptedSource();
        
        /**
         * Sets the "typeOfExemptedSource" attribute
         */
        void setTypeOfExemptedSource(java.util.List typeOfExemptedSource);
        
        /**
         * Sets (as xml) the "typeOfExemptedSource" attribute
         */
        void xsetTypeOfExemptedSource(usGovIcIsmV2.TypeOfExemptedSourceAttribute.TypeOfExemptedSource typeOfExemptedSource);
        
        /**
         * Unsets the "typeOfExemptedSource" attribute
         */
        void unsetTypeOfExemptedSource();
        
        /**
         * Gets the "dateOfExemptedSource" attribute
         */
        java.util.Calendar getDateOfExemptedSource();
        
        /**
         * Gets (as xml) the "dateOfExemptedSource" attribute
         */
        usGovIcIsmV2.DateOfExemptedSourceAttribute.DateOfExemptedSource xgetDateOfExemptedSource();
        
        /**
         * True if has "dateOfExemptedSource" attribute
         */
        boolean isSetDateOfExemptedSource();
        
        /**
         * Sets the "dateOfExemptedSource" attribute
         */
        void setDateOfExemptedSource(java.util.Calendar dateOfExemptedSource);
        
        /**
         * Sets (as xml) the "dateOfExemptedSource" attribute
         */
        void xsetDateOfExemptedSource(usGovIcIsmV2.DateOfExemptedSourceAttribute.DateOfExemptedSource dateOfExemptedSource);
        
        /**
         * Unsets the "dateOfExemptedSource" attribute
         */
        void unsetDateOfExemptedSource();
        
        /**
         * Gets the "declassManualReview" attribute
         */
        boolean getDeclassManualReview();
        
        /**
         * Gets (as xml) the "declassManualReview" attribute
         */
        usGovIcIsmV2.DeclassManualReviewAttribute.DeclassManualReview xgetDeclassManualReview();
        
        /**
         * True if has "declassManualReview" attribute
         */
        boolean isSetDeclassManualReview();
        
        /**
         * Sets the "declassManualReview" attribute
         */
        void setDeclassManualReview(boolean declassManualReview);
        
        /**
         * Sets (as xml) the "declassManualReview" attribute
         */
        void xsetDeclassManualReview(usGovIcIsmV2.DeclassManualReviewAttribute.DeclassManualReview declassManualReview);
        
        /**
         * Unsets the "declassManualReview" attribute
         */
        void unsetDeclassManualReview();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorML.x10.SecurityDocument.Security newInstance() {
              return (net.opengis.sensorML.x10.SecurityDocument.Security) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorML.x10.SecurityDocument.Security newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorML.x10.SecurityDocument.Security) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static net.opengis.sensorML.x10.SecurityDocument newInstance() {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.opengis.sensorML.x10.SecurityDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x10.SecurityDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorML.x10.SecurityDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorML.x10.SecurityDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy