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

com.altova.xml.meta.Element Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
// Element.java 
// This file contains generated code and will be overwritten when you rerun code generation.

package com.altova.xml.meta;

public class Element
{
	com.altova.typeinfo.MemberInfo memberInfo;

	public Element(com.altova.typeinfo.MemberInfo info)
	{
		this.memberInfo = info;
	}

	public int getMinOccurs()
	{
		return memberInfo.getMinOccurs();
	}

	public int getMaxOccurs()
	{
		return memberInfo.getMaxOccurs();
	}

	public String getLocalName()
	{
		return memberInfo.getLocalName();
	}

	public String getNamespaceURI()
	{
		return memberInfo.getNamespaceURI();
	}

	public ComplexType getDataType()
	{
		return new ComplexType(memberInfo.getDataType());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy