org.teleal.cling.support.model
Class DIDLAttribute

java.lang.Object
  extended by org.teleal.cling.support.model.DIDLAttribute

public class DIDLAttribute
extends Object

Author:
Christian Bauer, Mario Franco

Constructor Summary
DIDLAttribute(String namespaceURI, String prefix, String value)
           
 
Method Summary
 String getNamespaceURI()
           
 String getPrefix()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIDLAttribute

public DIDLAttribute(String namespaceURI,
                     String prefix,
                     String value)
Method Detail

getNamespaceURI

public String getNamespaceURI()
Returns:
the namespaceURI

getPrefix

public String getPrefix()
Returns:
the prefix

getValue

public String getValue()
Returns:
the value


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.