public class TLcdOWSOnlineResource extends TLcdDataObject implements ILcdXMLSimpleLink
Reference to on-line resource from which data can be obtained.
For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleLink", as used in GML.
Modifier and Type | Field and Description |
---|---|
static TLcdDataProperty |
LINK_INFO_PROPERTY
Data linkInfo property.
|
static TLcdDataProperty |
LINKED_OBJECT_PROPERTY
Data linkedObject property.
|
Constructor and Description |
---|
TLcdOWSOnlineResource()
Creates a new
TLcdOWSOnlineResource instance. |
TLcdOWSOnlineResource(java.lang.String aHref)
Constructs a new
TLcdOWSOnlineResource with the given reference. |
TLcdOWSOnlineResource(TLcdDataType aType)
Creates a new
TLcdOWSOnlineResource instance with the given data type. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActuate()
Returns the actuate.
|
java.lang.String |
getArcrole()
Returns the arcrole.
|
java.lang.String |
getHref()
Returns the href.
|
java.net.URL |
getLinkage() |
java.lang.Object |
getLinkedObject()
Returns the value of the linkedObject property.
|
java.lang.Object |
getLinkInfo()
Returns the value of the linkInfo property.
|
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.
|
void |
setActuate(java.lang.String aActuate)
Sets the actuate.
|
void |
setArcrole(java.lang.String aArcrole)
Sets the arcrole.
|
void |
setHref(java.lang.String aHref)
Sets the href.
|
void |
setLinkedObject(java.lang.Object aValue)
Sets the value of the linkedObject property.
|
void |
setLinkInfo(java.lang.Object aValue)
Sets the value of the linkInfo property.
|
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.
|
public static final TLcdDataProperty LINK_INFO_PROPERTY
Object
.public static final TLcdDataProperty LINKED_OBJECT_PROPERTY
Object
.public TLcdOWSOnlineResource()
TLcdOWSOnlineResource
instance.public TLcdOWSOnlineResource(TLcdDataType aType)
TLcdOWSOnlineResource
instance with the given data type.aType
- The data type.public TLcdOWSOnlineResource(java.lang.String aHref)
TLcdOWSOnlineResource
with the given reference.aHref
- the reference to an online resourcepublic java.lang.String getActuate()
getActuate
in interface ILcdXMLSimpleLink
setActuate(java.lang.String)
public void setActuate(java.lang.String aActuate)
setActuate
in interface ILcdXMLSimpleLink
aActuate
- the actuate to be setpublic java.lang.String getArcrole()
getArcrole
in interface ILcdXMLSimpleLink
public void setArcrole(java.lang.String aArcrole)
setArcrole
in interface ILcdXMLSimpleLink
aArcrole
- the arcrole to be setpublic java.lang.String getHref()
getHref
in interface ILcdXMLSimpleLink
public void setHref(java.lang.String aHref)
setHref
in interface ILcdXMLSimpleLink
aHref
- the href to be setpublic java.lang.String getRole()
getRole
in interface ILcdXMLSimpleLink
public void setRole(java.lang.String aRole)
setRole
in interface ILcdXMLSimpleLink
aRole
- the role to be setpublic java.lang.String getShow()
getShow
in interface ILcdXMLSimpleLink
setShow(String)
public void setShow(java.lang.String aShow)
setShow
in interface ILcdXMLSimpleLink
aShow
- the show to be setpublic java.lang.String getTitle()
getTitle
in interface ILcdXMLSimpleLink
public void setTitle(java.lang.String aTitle)
setTitle
in interface ILcdXMLSimpleLink
aTitle
- the title to be setpublic java.lang.String getType()
getType
in interface ILcdXMLSimpleLink
public java.net.URL getLinkage()
public java.lang.Object getLinkInfo()
LINK_INFO_PROPERTY
property.public void setLinkInfo(java.lang.Object aValue)
aValue
- the value to set for the LINK_INFO_PROPERTY
property.public java.lang.Object getLinkedObject()
LINKED_OBJECT_PROPERTY
property.public void setLinkedObject(java.lang.Object aValue)
aValue
- the value to set for the LINKED_OBJECT_PROPERTY
property.