DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util
Class ServiceDescription.Image

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.ServiceDescription.Image
Enclosing class:
ServiceDescription

public class ServiceDescription.Image
extends Object

Class representing an Image attribute of the serviceDescription.

Version:
$Id: ServiceDescription.java,v 1.6 2009/08/19 18:25:45 ostwald Exp $
Author:
Jonathan Ostwald

Constructor Summary
ServiceDescription.Image(Element element)
           
ServiceDescription.Image(String brandURL, String title, String width, String height, String alttext)
          Constructor for the Image object
 
Method Summary
 Element asElement()
          NOT YET DOCUMENTED
 String getAlttext()
           
 String getBrandURL()
           
 String getHeight()
           
 String getTitle()
           
 String getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescription.Image

public ServiceDescription.Image(String brandURL,
                                String title,
                                String width,
                                String height,
                                String alttext)
Constructor for the Image object

Parameters:
brandURL - NOT YET DOCUMENTED
title - NOT YET DOCUMENTED
width - NOT YET DOCUMENTED
height - NOT YET DOCUMENTED
alttext - NOT YET DOCUMENTED

ServiceDescription.Image

public ServiceDescription.Image(Element element)
Method Detail

asElement

public Element asElement()
NOT YET DOCUMENTED

Returns:
NOT YET DOCUMENTED

getBrandURL

public String getBrandURL()

getTitle

public String getTitle()

getWidth

public String getWidth()

getHeight

public String getHeight()

getAlttext

public String getAlttext()

DLESE Tools
v1.6.0