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

com.microsoft.schemas.office.x2006.digsig.impl.STSignatureTextImpl Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  ST_SignatureText
 * Namespace: http://schemas.microsoft.com/office/2006/digsig
 * Java type: com.microsoft.schemas.office.x2006.digsig.STSignatureText
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.x2006.digsig.impl;

import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;

/**
 * An XML ST_SignatureText(@http://schemas.microsoft.com/office/2006/digsig).
 *
 * This is an atomic type that is a restriction of com.microsoft.schemas.office.x2006.digsig.STSignatureText.
 */
public class STSignatureTextImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements com.microsoft.schemas.office.x2006.digsig.STSignatureText {
    private static final long serialVersionUID = 1L;

    public STSignatureTextImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }

    protected STSignatureTextImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy