org.apache.xmlbeans.impl.xb.xsdschema.impl.BlockSetImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-xmlbeans Show documentation
Show all versions of commons-xmlbeans Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
The newest version!
/*
* XML Type: blockSet
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.BlockSet
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema.impl;
/**
* An XML blockSet(@http://www.w3.org/2001/XMLSchema).
*
* This is a union type. Instances are of one of the following types:
* org.apache.xmlbeans.impl.xb.xsdschema.BlockSet$Member
* org.apache.xmlbeans.impl.xb.xsdschema.BlockSet$Member2
*/
public class BlockSetImpl extends org.apache.xmlbeans.impl.values.XmlUnionImpl implements org.apache.xmlbeans.impl.xb.xsdschema.BlockSet, org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member, org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member2
{
private static final long serialVersionUID = 1L;
public BlockSetImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected BlockSetImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
/**
* An anonymous inner XML type.
*
* This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xsdschema.BlockSet$Member.
*/
public static class MemberImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member
{
private static final long serialVersionUID = 1L;
public MemberImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected MemberImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
/**
* An anonymous inner XML type.
*
* This is a list type whose items are org.apache.xmlbeans.impl.xb.xsdschema.BlockSet$Member2$Item.
*/
public static class MemberImpl2 extends org.apache.xmlbeans.impl.values.XmlListImpl implements org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member2
{
private static final long serialVersionUID = 1L;
public MemberImpl2(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected MemberImpl2(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
/**
* An anonymous inner XML type.
*
* This is an atomic type that is a restriction of org.apache.xmlbeans.impl.xb.xsdschema.BlockSet$Member2$Item.
*/
public static class ItemImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member2.Item
{
private static final long serialVersionUID = 1L;
public ItemImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected ItemImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
}
}