Package com.emc.d2fs.models.template
Class Template
java.lang.Object
com.emc.d2fs.models.template.Template
- All Implemented Interfaces:
Serializable
Java class for template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="template"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> <attribute ref="{http://www.emc.com/d2fs/models/common}id use="required""/> <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="previewUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="previewMime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isD2Template" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="contentLessTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getId()
Gets the value of the id property.getLabel()
Gets the value of the label property.Gets the value of the previewMime property.Gets the value of the previewUrl property.getTitle()
Gets the value of the title property.boolean
Gets the value of the contentLessTemplate property.boolean
Gets the value of the isD2Template property.void
setContentLessTemplate
(Boolean value) Sets the value of the contentLessTemplate property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the id property.void
setIsD2Template
(Boolean value) Sets the value of the isD2Template property.void
Sets the value of the label property.void
setPreviewMime
(String value) Sets the value of the previewMime property.void
setPreviewUrl
(String value) Sets the value of the previewUrl property.void
Sets the value of the title property.
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value
- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getPreviewUrl
Gets the value of the previewUrl property.- Returns:
- possible object is
String
-
setPreviewUrl
Sets the value of the previewUrl property.- Parameters:
value
- allowed object isString
-
getPreviewMime
Gets the value of the previewMime property.- Returns:
- possible object is
String
-
setPreviewMime
Sets the value of the previewMime property.- Parameters:
value
- allowed object isString
-
isIsD2Template
public boolean isIsD2Template()Gets the value of the isD2Template property.- Returns:
- possible object is
Boolean
-
setIsD2Template
Sets the value of the isD2Template property.- Parameters:
value
- allowed object isBoolean
-
isContentLessTemplate
public boolean isContentLessTemplate()Gets the value of the contentLessTemplate property.- Returns:
- possible object is
Boolean
-
setContentLessTemplate
Sets the value of the contentLessTemplate property.- Parameters:
value
- allowed object isBoolean
-