All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.schemas.vml.impl.STFillMethodImpl Maven / Gradle / Ivy

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  ST_FillMethod
 * Namespace: urn:schemas-microsoft-com:vml
 * Java type: com.microsoft.schemas.vml.STFillMethod
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.vml.impl;

import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;

/**
 * An XML ST_FillMethod(@urn:schemas-microsoft-com:vml).
 *
 * This is an atomic type that is a restriction of com.microsoft.schemas.vml.STFillMethod.
 */
public class STFillMethodImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.vml.STFillMethod {
    private static final long serialVersionUID = 1L;

    public STFillMethodImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }

    protected STFillMethodImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy