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

org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType Maven / Gradle / Ivy

/*
 * XML Type:  SignedDataObjectPropertiesType
 * Namespace: http://uri.etsi.org/01903/v1.3.2#
 * Java type: org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType
 *
 * Automatically generated - do not modify.
 */
package org.etsi.uri.x01903.v13;


/**
 * An XML SignedDataObjectPropertiesType(@http://uri.etsi.org/01903/v1.3.2#).
 *
 * This is a complex type.
 */
public interface SignedDataObjectPropertiesType extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("signeddataobjectpropertiestype19a6type");
    
    /**
     * Gets a List of "DataObjectFormat" elements
     */
    java.util.List getDataObjectFormatList();
    
    /**
     * Gets array of all "DataObjectFormat" elements
     */
    org.etsi.uri.x01903.v13.DataObjectFormatType[] getDataObjectFormatArray();
    
    /**
     * Gets ith "DataObjectFormat" element
     */
    org.etsi.uri.x01903.v13.DataObjectFormatType getDataObjectFormatArray(int i);
    
    /**
     * Returns number of "DataObjectFormat" element
     */
    int sizeOfDataObjectFormatArray();
    
    /**
     * Sets array of all "DataObjectFormat" element
     */
    void setDataObjectFormatArray(org.etsi.uri.x01903.v13.DataObjectFormatType[] dataObjectFormatArray);
    
    /**
     * Sets ith "DataObjectFormat" element
     */
    void setDataObjectFormatArray(int i, org.etsi.uri.x01903.v13.DataObjectFormatType dataObjectFormat);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "DataObjectFormat" element
     */
    org.etsi.uri.x01903.v13.DataObjectFormatType insertNewDataObjectFormat(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "DataObjectFormat" element
     */
    org.etsi.uri.x01903.v13.DataObjectFormatType addNewDataObjectFormat();
    
    /**
     * Removes the ith "DataObjectFormat" element
     */
    void removeDataObjectFormat(int i);
    
    /**
     * Gets a List of "CommitmentTypeIndication" elements
     */
    java.util.List getCommitmentTypeIndicationList();
    
    /**
     * Gets array of all "CommitmentTypeIndication" elements
     */
    org.etsi.uri.x01903.v13.CommitmentTypeIndicationType[] getCommitmentTypeIndicationArray();
    
    /**
     * Gets ith "CommitmentTypeIndication" element
     */
    org.etsi.uri.x01903.v13.CommitmentTypeIndicationType getCommitmentTypeIndicationArray(int i);
    
    /**
     * Returns number of "CommitmentTypeIndication" element
     */
    int sizeOfCommitmentTypeIndicationArray();
    
    /**
     * Sets array of all "CommitmentTypeIndication" element
     */
    void setCommitmentTypeIndicationArray(org.etsi.uri.x01903.v13.CommitmentTypeIndicationType[] commitmentTypeIndicationArray);
    
    /**
     * Sets ith "CommitmentTypeIndication" element
     */
    void setCommitmentTypeIndicationArray(int i, org.etsi.uri.x01903.v13.CommitmentTypeIndicationType commitmentTypeIndication);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "CommitmentTypeIndication" element
     */
    org.etsi.uri.x01903.v13.CommitmentTypeIndicationType insertNewCommitmentTypeIndication(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "CommitmentTypeIndication" element
     */
    org.etsi.uri.x01903.v13.CommitmentTypeIndicationType addNewCommitmentTypeIndication();
    
    /**
     * Removes the ith "CommitmentTypeIndication" element
     */
    void removeCommitmentTypeIndication(int i);
    
    /**
     * Gets a List of "AllDataObjectsTimeStamp" elements
     */
    java.util.List getAllDataObjectsTimeStampList();
    
    /**
     * Gets array of all "AllDataObjectsTimeStamp" elements
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType[] getAllDataObjectsTimeStampArray();
    
    /**
     * Gets ith "AllDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType getAllDataObjectsTimeStampArray(int i);
    
    /**
     * Returns number of "AllDataObjectsTimeStamp" element
     */
    int sizeOfAllDataObjectsTimeStampArray();
    
    /**
     * Sets array of all "AllDataObjectsTimeStamp" element
     */
    void setAllDataObjectsTimeStampArray(org.etsi.uri.x01903.v13.XAdESTimeStampType[] allDataObjectsTimeStampArray);
    
    /**
     * Sets ith "AllDataObjectsTimeStamp" element
     */
    void setAllDataObjectsTimeStampArray(int i, org.etsi.uri.x01903.v13.XAdESTimeStampType allDataObjectsTimeStamp);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "AllDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType insertNewAllDataObjectsTimeStamp(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "AllDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType addNewAllDataObjectsTimeStamp();
    
    /**
     * Removes the ith "AllDataObjectsTimeStamp" element
     */
    void removeAllDataObjectsTimeStamp(int i);
    
    /**
     * Gets a List of "IndividualDataObjectsTimeStamp" elements
     */
    java.util.List getIndividualDataObjectsTimeStampList();
    
    /**
     * Gets array of all "IndividualDataObjectsTimeStamp" elements
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType[] getIndividualDataObjectsTimeStampArray();
    
    /**
     * Gets ith "IndividualDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType getIndividualDataObjectsTimeStampArray(int i);
    
    /**
     * Returns number of "IndividualDataObjectsTimeStamp" element
     */
    int sizeOfIndividualDataObjectsTimeStampArray();
    
    /**
     * Sets array of all "IndividualDataObjectsTimeStamp" element
     */
    void setIndividualDataObjectsTimeStampArray(org.etsi.uri.x01903.v13.XAdESTimeStampType[] individualDataObjectsTimeStampArray);
    
    /**
     * Sets ith "IndividualDataObjectsTimeStamp" element
     */
    void setIndividualDataObjectsTimeStampArray(int i, org.etsi.uri.x01903.v13.XAdESTimeStampType individualDataObjectsTimeStamp);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "IndividualDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType insertNewIndividualDataObjectsTimeStamp(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "IndividualDataObjectsTimeStamp" element
     */
    org.etsi.uri.x01903.v13.XAdESTimeStampType addNewIndividualDataObjectsTimeStamp();
    
    /**
     * Removes the ith "IndividualDataObjectsTimeStamp" element
     */
    void removeIndividualDataObjectsTimeStamp(int i);
    
    /**
     * Gets the "Id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "Id" attribute
     */
    org.apache.xmlbeans.XmlID xgetId();
    
    /**
     * True if has "Id" attribute
     */
    boolean isSetId();
    
    /**
     * Sets the "Id" attribute
     */
    void setId(java.lang.String id);
    
    /**
     * Sets (as xml) the "Id" attribute
     */
    void xsetId(org.apache.xmlbeans.XmlID id);
    
    /**
     * Unsets the "Id" attribute
     */
    void unsetId();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType newInstance() {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().newInstance( type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( file, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( file, type, options ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( u, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( u, type, options ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( is, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( is, type, options ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( r, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( r, type, options ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( sr, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( sr, type, options ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( node, type, null ); }
        
        public static org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.etsi.uri.x01903.v13.SignedDataObjectPropertiesType) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy