Class ExternalResourceLinkCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExternalResourceLinkCT
-
- Direct Known Subclasses:
ExternalFileResourceLinkCT
,InterfaceLink
public class ExternalResourceLinkCT extends Object
Link pointing to external resource (in other file)Java class for ExternalResourceLink_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalResourceLink_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="gid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExternalResourceLinkCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getURL()
Gets the value of the url property.void
setDescription(String value)
Sets the value of the description property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setURL(String value)
Sets the value of the url property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getURL
public String getURL()
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
public void setURL(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-