/* * XML Type: ST_Guid * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main * Java type: org.openxmlformats.schemas.drawingml.x2006.main.STGuid * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.drawingml.x2006.main.impl; /** * An XML ST_Guid(@http://schemas.openxmlformats.org/drawingml/2006/main). * * This is an atomic type that is a restriction of org.openxmlformats.schemas.drawingml.x2006.main.STGuid. */ public class STGuidImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.openxmlformats.schemas.drawingml.x2006.main.STGuid { public STGuidImpl(org.apache.xmlbeans.SchemaType sType) { super(sType, false); } protected STGuidImpl(org.apache.xmlbeans.SchemaType sType, boolean b) { super(sType, b); } }