Package net.opengis.cat.csw20
Interface ElementSetNameType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ElementSetNameTypeImpl
public interface ElementSetNameType extends EObjectA representation of the model object 'Element Set Name Type'.The following features are supported:
- See Also:
Csw20Package.getElementSetNameType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<QName>getTypeNames()Returns the value of the 'Type Names' attribute.ElementSetTypegetValue()Returns the value of the 'Value' attribute.booleanisSetValue()Returns whether the value of the 'Value' attribute is set.voidsetTypeNames(List<QName> value)Sets the value of the 'Type Names' attribute.voidsetValue(ElementSetType value)Sets the value of the 'Value' attribute.voidunsetValue()Unsets the value of the 'Value' attribute.
-
-
-
Method Detail
-
getValue
ElementSetType getValue()
Returns the value of the 'Value' attribute. The literals are from the enumerationElementSetType.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
ElementSetType,isSetValue(),unsetValue(),setValue(ElementSetType),Csw20Package.getElementSetNameType_Value()
-
setValue
void setValue(ElementSetType value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
ElementSetType,isSetValue(),unsetValue(),getValue()
-
unsetValue
void unsetValue()
Unsets the value of the 'Value' attribute.- See Also:
isSetValue(),getValue(),setValue(ElementSetType)
-
isSetValue
boolean isSetValue()
Returns whether the value of the 'Value' attribute is set.- Returns:
- whether the value of the 'Value' attribute is set.
- See Also:
unsetValue(),getValue(),setValue(ElementSetType)
-
getTypeNames
List<QName> getTypeNames()
Returns the value of the 'Type Names' attribute.If the meaning of the 'Type Names' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type Names' attribute.
- See Also:
setTypeNames(List),Csw20Package.getElementSetNameType_TypeNames()
-
setTypeNames
void setTypeNames(List<QName> value)
Sets the value of the 'Type Names' attribute.- Parameters:
value- the new value of the 'Type Names' attribute.- See Also:
getTypeNames()
-
-