org.apache.tuscany.sdo.util.metadata
Interface XSDMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
XSDMetaDataImpl

public interface XSDMetaData
extends Serializable

A representation of the model object 'XSD Meta Data'.

The following features are supported:


Method Summary
 String getLocation()
          Returns the value of the 'Location' attribute.
 void setLocation(String value)
          Sets the value of the 'Location' attribute.
 

Method Detail

getLocation

String getLocation()
Returns the value of the 'Location' attribute.

If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String)

setLocation

void setLocation(String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.