Package com.emc.d2fs.models.rasters
Class Rasters.Raster
java.lang.Object
com.emc.d2fs.models.rasters.Rasters.Raster
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Rasters
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 name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BASE64URI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the base64URI property.getTitle()
Gets the value of the title property.getURI()
Gets the value of the uri property.void
setBASE64URI
(String value) Sets the value of the base64URI property.void
Sets the value of the title property.void
Sets the value of the uri property.
-
Constructor Details
-
Raster
public Raster()
-
-
Method Details
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getBASE64URI
Gets the value of the base64URI property.- Returns:
- possible object is
String
-
setBASE64URI
Sets the value of the base64URI 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
-