Class ExternalFileResourceLinkCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExternalFileResourceLinkCT
-
public class ExternalFileResourceLinkCT extends ExternalResourceLinkCT
Link pointing to external file resourceJava class for ExternalFileResourceLink_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalFileResourceLink_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExternalResourceLink_CT"> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="formatGID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
format
protected String
formatGID
-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
description, gid, id, name, url
-
-
Constructor Summary
Constructors Constructor Description ExternalFileResourceLinkCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormat()
Gets the value of the format property.String
getFormatGID()
Gets the value of the formatGID property.void
setFormat(String value)
Sets the value of the format property.void
setFormatGID(String value)
Sets the value of the formatGID property.-
Methods inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
getDescription, getGid, getId, getName, getURL, setDescription, setGid, setId, setName, setURL
-
-
-
-
Method Detail
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
getFormatGID
public String getFormatGID()
Gets the value of the formatGID property.- Returns:
- possible object is
String
-
-