org.w3.x2000.x09.xmldsig.CryptoBinary Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used):
https://www.ecma-international.org/publications/standards/Ecma-376.htm
/*
* XML Type: CryptoBinary
* Namespace: http://www.w3.org/2000/09/xmldsig#
* Java type: org.w3.x2000.x09.xmldsig.CryptoBinary
*
* Automatically generated - do not modify.
*/
package org.w3.x2000.x09.xmldsig;
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;
/**
* An XML CryptoBinary(@http://www.w3.org/2000/09/xmldsig#).
*
* This is an atomic type that is a restriction of org.w3.x2000.x09.xmldsig.CryptoBinary.
*/
public interface CryptoBinary extends org.apache.xmlbeans.XmlBase64Binary {
SimpleTypeFactory Factory = new SimpleTypeFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "cryptobinary55fdtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
}