Interface ContentMetadataType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ContentMetadataTypeImpl
public interface ContentMetadataType extends EObject
A representation of the model object 'Content Metadata Type'.The following features are supported:
- See Also:
Wcs10Package.getContentMetadataType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateType
getActuate()
Returns the value of the 'Actuate' attribute.String
getArcrole()
Returns the value of the 'Arcrole' attribute.EList
getCoverageOfferingBrief()
Returns the value of the 'Coverage Offering Brief' containment reference list.String
getHref()
Returns the value of the 'Href' attribute.String
getRemoteSchema()
Returns the value of the 'Remote Schema' attribute.String
getRole()
Returns the value of the 'Role' attribute.ShowType
getShow()
Returns the value of the 'Show' attribute.String
getTitle()
Returns the value of the 'Title' attribute.String
getType()
Returns the value of the 'Type' attribute.String
getUpdateSequence()
Returns the value of the 'Update Sequence' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetActuate()
Returns whether the value of the 'Actuate
' attribute is set.boolean
isSetShow()
Returns whether the value of the 'Show
' attribute is set.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setActuate(ActuateType value)
Sets the value of the 'Actuate
' attribute.void
setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.void
setHref(String value)
Sets the value of the 'Href
' attribute.void
setRemoteSchema(String value)
Sets the value of the 'Remote Schema
' attribute.void
setRole(String value)
Sets the value of the 'Role
' attribute.void
setShow(ShowType value)
Sets the value of the 'Show
' attribute.void
setTitle(String value)
Sets the value of the 'Title
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.void
setUpdateSequence(String value)
Sets the value of the 'Update Sequence
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetActuate()
Unsets the value of the 'Actuate
' attribute.void
unsetShow()
Unsets the value of the 'Show
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getCoverageOfferingBrief
EList getCoverageOfferingBrief()
Returns the value of the 'Coverage Offering Brief' containment reference list. The list contents are of typeCoverageOfferingBriefType
.If the meaning of the 'Coverage Offering Brief' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Coverage Offering Brief' containment reference list.
- See Also:
Wcs10Package.getContentMetadataType_CoverageOfferingBrief()
-
getActuate
ActuateType getActuate()
Returns the value of the 'Actuate' attribute. The default value is"onLoad"
. The literals are from the enumerationActuateType
. The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,isSetActuate()
,unsetActuate()
,setActuate(ActuateType)
,Wcs10Package.getContentMetadataType_Actuate()
-
setActuate
void setActuate(ActuateType value)
Sets the value of the 'Actuate
' attribute.- Parameters:
value
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,isSetActuate()
,unsetActuate()
,getActuate()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate
' attribute.- See Also:
isSetActuate()
,getActuate()
,setActuate(ActuateType)
-
isSetActuate
boolean 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)
-
getArcrole
String getArcrole()
Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
setArcrole(String)
,Wcs10Package.getContentMetadataType_Arcrole()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
getHref
String getHref()
Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String)
,Wcs10Package.getContentMetadataType_Href()
-
setHref
void setHref(String value)
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
getHref()
-
getRemoteSchema
String getRemoteSchema()
Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the property's value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
setRemoteSchema(String)
,Wcs10Package.getContentMetadataType_RemoteSchema()
-
setRemoteSchema
void setRemoteSchema(String value)
Sets the value of the 'Remote Schema
' attribute.- Parameters:
value
- the new value of the 'Remote Schema' attribute.- See Also:
getRemoteSchema()
-
getRole
String getRole()
Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
setRole(String)
,Wcs10Package.getContentMetadataType_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
getRole()
-
getShow
ShowType getShow()
Returns the value of the 'Show' attribute. The default value is"new"
. The literals are from the enumerationShowType
. The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,isSetShow()
,unsetShow()
,setShow(ShowType)
,Wcs10Package.getContentMetadataType_Show()
-
setShow
void setShow(ShowType value)
Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
ShowType
,isSetShow()
,unsetShow()
,getShow()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show
' attribute.- See Also:
isSetShow()
,getShow()
,setShow(ShowType)
-
isSetShow
boolean 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)
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String)
,Wcs10Package.getContentMetadataType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
String 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)
,Wcs10Package.getContentMetadataType_Type()
-
setType
void setType(String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
isSetType()
,unsetType()
,getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type
' attribute.- See Also:
isSetType()
,getType()
,setType(String)
-
isSetType
boolean 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)
-
getUpdateSequence
String getUpdateSequence()
Returns the value of the 'Update Sequence' attribute. Service metadata document version, having values that are "increased" whenever any change is made in service metadata document. Values are selected by each server, and are always opaque to clients. When not supported by server, server shall not return this attribute.- Returns:
- the value of the 'Update Sequence' attribute.
- See Also:
setUpdateSequence(String)
,Wcs10Package.getContentMetadataType_UpdateSequence()
-
setUpdateSequence
void setUpdateSequence(String value)
Sets the value of the 'Update Sequence
' attribute.- Parameters:
value
- the new value of the 'Update Sequence' attribute.- See Also:
getUpdateSequence()
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
isSetVersion()
,unsetVersion()
,setVersion(String)
,Wcs10Package.getContentMetadataType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
isSetVersion
boolean isSetVersion()
Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
unsetVersion()
,getVersion()
,setVersion(String)
-
-