public class TLcdWCSContentMetadata extends java.lang.Object implements ILcdXMLSimpleLink
Constructor and Description |
---|
TLcdWCSContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
addCoverageOfferingBrief(TLcdWCSCoverageOfferingBrief aCoverageOfferingBrief)
Adds a coverage offering brief.
|
java.lang.String |
getActuate()
Returns the actuate.
|
java.lang.String |
getArcrole()
Returns the arc role.
|
TLcdWCSCoverageOfferingBrief |
getCoverageOfferingBrief(int aIndex)
Returns the coverage offering brief at a given position.
|
int |
getCoverageOfferingBriefCount()
Returns the number of coverage offerings briefs.
|
java.lang.String |
getHref()
Returns the href.
|
java.lang.String |
getRemoteSchema()
Returns the remote schema.
|
java.lang.String |
getRole()
Returns the role.
|
java.lang.String |
getShow()
Returns the show.
|
java.lang.String |
getTitle()
Returns the title.
|
java.lang.String |
getType()
Returns the type.
|
java.lang.String |
getUpdateSequence()
Returns the update sequence.
|
java.lang.String |
getVersion()
Returns the version.
|
void |
removeCoverageOfferingBrief(int aIndex)
Removes the coverage offering brief at a given position.
|
void |
setActuate(java.lang.String aActuate)
Sets the actuate.
|
void |
setArcrole(java.lang.String aArcrole)
Sets the arc role.
|
void |
setHref(java.lang.String aHref)
Sets the href.
|
void |
setRemoteSchema(java.lang.String aRemoteSchema)
Sets the remote schema.
|
void |
setRole(java.lang.String aRole)
Sets the role.
|
void |
setShow(java.lang.String aShow)
Sets the show.
|
void |
setTitle(java.lang.String aTitle)
Sets the title.
|
void |
setType(java.lang.String aType)
Sets the type.
|
void |
setUpdateSequence(java.lang.String aUpdateSequence)
Sets the update sequence.
|
void |
setVersion(java.lang.String aVersion)
Sets the version.
|
public java.lang.String getUpdateSequence()
public void setUpdateSequence(java.lang.String aUpdateSequence)
aUpdateSequence
- the update sequence to be set.public java.lang.String getVersion()
public void setVersion(java.lang.String aVersion)
aVersion
- the version to be set.public java.lang.String getRemoteSchema()
public void setRemoteSchema(java.lang.String aRemoteSchema)
aRemoteSchema
- the remote schema to be set.public java.lang.String getActuate()
getActuate
in interface ILcdXMLSimpleLink
public void setActuate(java.lang.String aActuate)
setActuate
in interface ILcdXMLSimpleLink
aActuate
- the actuate to be set.public java.lang.String getArcrole()
getArcrole
in interface ILcdXMLSimpleLink
public void setArcrole(java.lang.String aArcrole)
setArcrole
in interface ILcdXMLSimpleLink
aArcrole
- the arc role to be set.public java.lang.String getHref()
getHref
in interface ILcdXMLSimpleLink
public void setHref(java.lang.String aHref)
setHref
in interface ILcdXMLSimpleLink
aHref
- the href to be set.public java.lang.String getRole()
getRole
in interface ILcdXMLSimpleLink
public void setRole(java.lang.String aRole)
setRole
in interface ILcdXMLSimpleLink
aRole
- the role to be set.public java.lang.String getShow()
getShow
in interface ILcdXMLSimpleLink
public void setShow(java.lang.String aShow)
setShow
in interface ILcdXMLSimpleLink
aShow
- the show to be set.public java.lang.String getTitle()
getTitle
in interface ILcdXMLSimpleLink
public void setTitle(java.lang.String aTitle)
setTitle
in interface ILcdXMLSimpleLink
aTitle
- the title to be set.public java.lang.String getType()
getType
in interface ILcdXMLSimpleLink
public void setType(java.lang.String aType)
aType
- the type to be set.public void addCoverageOfferingBrief(TLcdWCSCoverageOfferingBrief aCoverageOfferingBrief)
aCoverageOfferingBrief
- the coverage offering brief to be added.public int getCoverageOfferingBriefCount()
public void removeCoverageOfferingBrief(int aIndex)
aIndex
- the index of the given position.public TLcdWCSCoverageOfferingBrief getCoverageOfferingBrief(int aIndex)
aIndex
- the index of the given position.