/** * * * * $Id$ */ package net.opengis.wfs20; import java.math.BigInteger; import javax.xml.namespace.QName; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Property Name Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType() * @model extendedMetaData="name='PropertyName_._type' kind='simple'" * @generated */ public interface PropertyNameType extends EObject { /** * Returns the value of the 'Value' attribute. * *

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

* * @return the value of the 'Value' attribute. * @see #setValue(QName) * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType_Value() * @model dataType="org.eclipse.emf.ecore.xml.type.QName" * extendedMetaData="name=':0' kind='simple'" * @generated */ QName getValue(); /** * Sets the value of the '{@link net.opengis.wfs20.PropertyNameType#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(QName value); /** * Returns the value of the 'Resolve' attribute. * The default value is "none". * The literals are from the enumeration {@link net.opengis.wfs20.ResolveValueType}. * *

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

* * @return the value of the 'Resolve' attribute. * @see net.opengis.wfs20.ResolveValueType * @see #isSetResolve() * @see #unsetResolve() * @see #setResolve(ResolveValueType) * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType_Resolve() * @model default="none" unsettable="true" * extendedMetaData="kind='attribute' name='resolve'" * @generated */ ResolveValueType getResolve(); /** * Sets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolve Resolve}' attribute. * * * @param value the new value of the 'Resolve' attribute. * @see net.opengis.wfs20.ResolveValueType * @see #isSetResolve() * @see #unsetResolve() * @see #getResolve() * @generated */ void setResolve(ResolveValueType value); /** * Unsets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolve Resolve}' attribute. * * * @see #isSetResolve() * @see #getResolve() * @see #setResolve(ResolveValueType) * @generated */ void unsetResolve(); /** * Returns whether the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolve Resolve}' attribute is set. * * * @return whether the value of the 'Resolve' attribute is set. * @see #unsetResolve() * @see #getResolve() * @see #setResolve(ResolveValueType) * @generated */ boolean isSetResolve(); /** * Returns the value of the 'Resolve Depth' attribute. * The default value is "*". * *

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

* * @return the value of the 'Resolve Depth' attribute. * @see #isSetResolveDepth() * @see #unsetResolveDepth() * @see #setResolveDepth(Object) * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType_ResolveDepth() * @model default="*" unsettable="true" dataType="net.opengis.wfs20.PositiveIntegerWithStar" * extendedMetaData="kind='attribute' name='resolveDepth'" * @generated */ Object getResolveDepth(); /** * Sets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveDepth Resolve Depth}' attribute. * * * @param value the new value of the 'Resolve Depth' attribute. * @see #isSetResolveDepth() * @see #unsetResolveDepth() * @see #getResolveDepth() * @generated */ void setResolveDepth(Object value); /** * Unsets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveDepth Resolve Depth}' attribute. * * * @see #isSetResolveDepth() * @see #getResolveDepth() * @see #setResolveDepth(Object) * @generated */ void unsetResolveDepth(); /** * Returns whether the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveDepth Resolve Depth}' attribute is set. * * * @return whether the value of the 'Resolve Depth' attribute is set. * @see #unsetResolveDepth() * @see #getResolveDepth() * @see #setResolveDepth(Object) * @generated */ boolean isSetResolveDepth(); /** * Returns the value of the 'Resolve Path' attribute. * *

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

* * @return the value of the 'Resolve Path' attribute. * @see #setResolvePath(String) * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType_ResolvePath() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='resolvePath'" * @generated */ String getResolvePath(); /** * Sets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolvePath Resolve Path}' attribute. * * * @param value the new value of the 'Resolve Path' attribute. * @see #getResolvePath() * @generated */ void setResolvePath(String value); /** * Returns the value of the 'Resolve Timeout' attribute. * The default value is "300". * *

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

* * @return the value of the 'Resolve Timeout' attribute. * @see #isSetResolveTimeout() * @see #unsetResolveTimeout() * @see #setResolveTimeout(BigInteger) * @see net.opengis.wfs20.Wfs20Package#getPropertyNameType_ResolveTimeout() * @model default="300" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.PositiveInteger" * extendedMetaData="kind='attribute' name='resolveTimeout'" * @generated */ BigInteger getResolveTimeout(); /** * Sets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveTimeout Resolve Timeout}' attribute. * * * @param value the new value of the 'Resolve Timeout' attribute. * @see #isSetResolveTimeout() * @see #unsetResolveTimeout() * @see #getResolveTimeout() * @generated */ void setResolveTimeout(BigInteger value); /** * Unsets the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveTimeout Resolve Timeout}' attribute. * * * @see #isSetResolveTimeout() * @see #getResolveTimeout() * @see #setResolveTimeout(BigInteger) * @generated */ void unsetResolveTimeout(); /** * Returns whether the value of the '{@link net.opengis.wfs20.PropertyNameType#getResolveTimeout Resolve Timeout}' attribute is set. * * * @return whether the value of the 'Resolve Timeout' attribute is set. * @see #unsetResolveTimeout() * @see #getResolveTimeout() * @see #setResolveTimeout(BigInteger) * @generated */ boolean isSetResolveTimeout(); } // PropertyNameType