Package net.opengis.ows20
Interface AbstractReferenceBaseType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- ReferenceType,- ServiceReferenceType
 - All Known Implementing Classes:
- AbstractReferenceBaseTypeImpl,- ReferenceTypeImpl,- ServiceReferenceTypeImpl
 
 public interface AbstractReferenceBaseType extends EObjectA representation of the model object 'Abstract Reference Base Type'. Base for a reference to a remote or local resource. This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateTypegetActuate()Returns the value of the 'Actuate' attribute.StringgetArcrole()Returns the value of the 'Arcrole' attribute.StringgetHref()Returns the value of the 'Href' attribute.StringgetRole()Returns the value of the 'Role' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.StringgetTitle()Returns the value of the 'Title' attribute.StringgetType()Returns the value of the 'Type' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' attribute is set.booleanisSetShow()Returns whether the value of the 'Show' attribute is set.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetActuate(ActuateType value)Sets the value of the 'Actuate' attribute.voidsetArcrole(String value)Sets the value of the 'Arcrole' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(String value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
 
- 
- 
- 
Method Detail- 
getActuateActuateType getActuate() Returns the value of the 'Actuate' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.- Returns:
- the value of the 'Actuate' attribute.
- See Also:
- isSetActuate(),- unsetActuate(),- setActuate(ActuateType),- Ows20Package.getAbstractReferenceBaseType_Actuate()
 
 - 
setActuatevoid setActuate(ActuateType value) Sets the value of the 'Actuate' attribute.- Parameters:
- value- the new value of the 'Actuate' attribute.
- See Also:
- isSetActuate(),- unsetActuate(),- getActuate()
 
 - 
unsetActuatevoid unsetActuate() Unsets the value of the 'Actuate' attribute.- See Also:
- isSetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
isSetActuateboolean isSetActuate() Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
- unsetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
getArcroleString getArcrole() Returns the value of the 'Arcrole' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
- setArcrole(String),- Ows20Package.getAbstractReferenceBaseType_Arcrole()
 
 - 
setArcrolevoid setArcrole(String value) Sets the value of the 'Arcrole' attribute.- Parameters:
- value- the new value of the 'Arcrole' attribute.
- See Also:
- getArcrole()
 
 - 
getHrefString getHref() Returns the value of the 'Href' attribute. Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:.- Returns:
- the value of the 'Href' attribute.
- See Also:
- setHref(String),- Ows20Package.getAbstractReferenceBaseType_Href()
 
 - 
setHrefvoid setHref(String value) Sets the value of the 'Href' attribute.- Parameters:
- value- the new value of the 'Href' attribute.
- See Also:
- getHref()
 
 - 
getRoleString getRole() Returns the value of the 'Role' attribute. Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred.- Returns:
- the value of the 'Role' attribute.
- See Also:
- setRole(String),- Ows20Package.getAbstractReferenceBaseType_Role()
 
 - 
setRolevoid setRole(String value) Sets the value of the 'Role' attribute.- Parameters:
- value- the new value of the 'Role' attribute.
- See Also:
- getRole()
 
 - 
getShowShowType getShow() Returns the value of the 'Show' attribute. Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs.- Returns:
- the value of the 'Show' attribute.
- See Also:
- isSetShow(),- unsetShow(),- setShow(ShowType),- Ows20Package.getAbstractReferenceBaseType_Show()
 
 - 
setShowvoid setShow(ShowType value) Sets the value of the 'Show' attribute.- Parameters:
- value- the new value of the 'Show' attribute.
- See Also:
- isSetShow(),- unsetShow(),- getShow()
 
 - 
unsetShowvoid unsetShow() Unsets the value of the 'Show' attribute.- See Also:
- isSetShow(),- getShow(),- setShow(ShowType)
 
 - 
isSetShowboolean isSetShow() Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
- unsetShow(),- getShow(),- setShow(ShowType)
 
 - 
getTitleString getTitle() Returns the value of the 'Title' attribute. Describes the meaning of the referenced resource in a human-readable fashion.- Returns:
- the value of the 'Title' attribute.
- See Also:
- setTitle(String),- Ows20Package.getAbstractReferenceBaseType_Title()
 
 - 
setTitlevoid setTitle(String value) Sets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
- getTitle()
 
 - 
getTypeString getType() Returns the value of the 'Type' attribute. The default value is"simple".If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Type' attribute.
- See Also:
- isSetType(),- unsetType(),- setType(String),- Ows20Package.getAbstractReferenceBaseType_Type()
 
 - 
setTypevoid setType(String value) Sets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
- isSetType(),- unsetType(),- getType()
 
 - 
unsetTypevoid unsetType() Unsets the value of the 'Type' attribute.- See Also:
- isSetType(),- getType(),- setType(String)
 
 - 
isSetTypeboolean isSetType() Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
- unsetType(),- getType(),- setType(String)
 
 
- 
 
-