org.jvnet.jaxb2_commons.xml.bind.model
Interface MElementInfo<T,C>

All Superinterfaces:
MElementTypeInfo<T,C>, MOriginated<MElementInfoOrigin>, MPackaged, MTyped<T,C>
All Known Implementing Classes:
CMElementInfo

public interface MElementInfo<T,C>
extends MElementTypeInfo<T,C>, MPackaged, MOriginated<MElementInfoOrigin>


Method Summary
 QName getElementName()
           
 MTypeInfo<T,C> getScope()
           
 QName getSubstitutionHead()
           
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MTyped
getTypeInfo
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.MPackaged
getPackageInfo
 
Methods inherited from interface org.jvnet.jaxb2_commons.xml.bind.model.origin.MOriginated
getOrigin
 

Method Detail

getElementName

QName getElementName()
Specified by:
getElementName in interface MElementTypeInfo<T,C>

getScope

MTypeInfo<T,C> getScope()

getSubstitutionHead

QName getSubstitutionHead()


Copyright © 2005-2012. All Rights Reserved.