com.microsoft.schemas.office.x2006.digsig.impl.STUniqueIdentifierWithBracesImpl Maven / Gradle / Ivy
/*
* XML Type: ST_UniqueIdentifierWithBraces
* Namespace: http://schemas.microsoft.com/office/2006/digsig
* Java type: com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces
*
* 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_UniqueIdentifierWithBraces(@http://schemas.microsoft.com/office/2006/digsig).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces.
*/
public class STUniqueIdentifierWithBracesImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces {
private static final long serialVersionUID = 1L;
public STUniqueIdentifierWithBracesImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STUniqueIdentifierWithBracesImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}