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