![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.schemas.office.x2006.digsig.impl.STSignatureCommentsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: ST_SignatureComments
* Namespace: http://schemas.microsoft.com/office/2006/digsig
* Java type: com.microsoft.schemas.office.x2006.digsig.STSignatureComments
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.x2006.digsig.impl;
/**
* An XML ST_SignatureComments(@http://schemas.microsoft.com/office/2006/digsig).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.x2006.digsig.STSignatureComments.
*/
public class STSignatureCommentsImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements com.microsoft.schemas.office.x2006.digsig.STSignatureComments {
private static final long serialVersionUID = 1L;
public STSignatureCommentsImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STSignatureCommentsImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy