Class FileKinematicModel
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.FileKinematicModel
-
public class FileKinematicModel extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="format" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Kinematics_formats_ST" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KinematicsFormatsST
format
protected String
name
protected String
url
protected XHTMLDocCT
xhtml
-
Constructor Summary
Constructors Constructor Description FileKinematicModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KinematicsFormatsST
getFormat()
Gets the value of the format property.String
getName()
Gets the value of the name property.String
getURL()
Gets the value of the url property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setFormat(KinematicsFormatsST value)
Sets the value of the format property.void
setName(String value)
Sets the value of the name property.void
setURL(String value)
Sets the value of the url property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Field Detail
-
xhtml
protected XHTMLDocCT xhtml
-
name
protected String name
-
url
protected String url
-
format
protected KinematicsFormatsST format
-
-
Method Detail
-
getXHTML
public XHTMLDocCT getXHTML()
Gets the value of the xhtml property.- Returns:
- possible object is
XHTMLDocCT
-
setXHTML
public void setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.- Parameters:
value
- allowed object isXHTMLDocCT
-
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
-
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
-
getFormat
public KinematicsFormatsST getFormat()
Gets the value of the format property.- Returns:
- possible object is
KinematicsFormatsST
-
setFormat
public void setFormat(KinematicsFormatsST value)
Sets the value of the format property.- Parameters:
value
- allowed object isKinematicsFormatsST
-
-