org.apache.ws.commons.schema
Interface TypeReceiver

All Known Implementing Classes:
XmlSchemaElement

public interface TypeReceiver

A TypeReceiver is something that can have its type set. This gets used to resolve forward references.


Method Summary
 void setType(XmlSchemaType type)
           
 

Method Detail

setType

void setType(XmlSchemaType type)


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