org.apache.tuscany.sdo.model.xml
Interface XMLInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
XMLInfoImpl

public interface XMLInfo
extends Serializable

A representation of the model object 'Info'.

The following features are supported:


Method Summary
 boolean isSetXmlElement()
          Returns whether the value of the 'Xml Element' attribute is set.
 boolean isXmlElement()
          Returns the value of the 'Xml Element' attribute.
 void setXmlElement(boolean value)
          Sets the value of the 'Xml Element' attribute.
 void unsetXmlElement()
          Unsets the value of the 'Xml Element' attribute.
 

Method Detail

isXmlElement

boolean isXmlElement()
Returns the value of the 'Xml Element' attribute.

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

Returns:
the value of the 'Xml Element' attribute.
See Also:
isSetXmlElement(), unsetXmlElement(), setXmlElement(boolean)

setXmlElement

void setXmlElement(boolean value)
Sets the value of the 'Xml Element' attribute.

Parameters:
value - the new value of the 'Xml Element' attribute.
See Also:
isSetXmlElement(), unsetXmlElement(), isXmlElement()

unsetXmlElement

void unsetXmlElement()
Unsets the value of the 'Xml Element' attribute.

See Also:
isSetXmlElement(), isXmlElement(), setXmlElement(boolean)

isSetXmlElement

boolean isSetXmlElement()
Returns whether the value of the 'Xml Element' attribute is set.

Returns:
whether the value of the 'Xml Element' attribute is set.
See Also:
unsetXmlElement(), isXmlElement(), setXmlElement(boolean)


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