org.apache.ws.commons.schema
Interface XmlSchemaItemWithRef<T extends XmlSchemaNamed>

All Superinterfaces:
XmlSchemaItemWithRefBase
All Known Implementing Classes:
XmlSchemaAttribute, XmlSchemaAttributeGroupRef, XmlSchemaElement

public interface XmlSchemaItemWithRef<T extends XmlSchemaNamed>
extends XmlSchemaItemWithRefBase

Interface implemented by the objects that support ref=.


Method Summary
 XmlSchemaRef<T> getRef()
           
 
Methods inherited from interface org.apache.ws.commons.schema.XmlSchemaItemWithRefBase
getRefBase, getTargetQName, isRef
 

Method Detail

getRef

XmlSchemaRef<T> getRef()


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.