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

com.microsoft.schemas.office.word.impl.STWrapTypeImpl Maven / Gradle / Ivy

/*
 * XML Type:  ST_WrapType
 * Namespace: urn:schemas-microsoft-com:office:word
 * Java type: com.microsoft.schemas.office.word.STWrapType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.word.impl;
/**
 * An XML ST_WrapType(@urn:schemas-microsoft-com:office:word).
 *
 * This is an atomic type that is a restriction of com.microsoft.schemas.office.word.STWrapType.
 */
public class STWrapTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.office.word.STWrapType {
    private static final long serialVersionUID = 1L;
    
    public STWrapTypeImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }
    
    protected STWrapTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy