org.camunda.bpm.engine.impl.util.xml
Class Attribute

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.xml.Attribute

public class Attribute
extends Object

Author:
Joram Barrez

Field Summary
protected  String name
           
protected  String uri
           
protected  String value
           
 
Constructor Summary
Attribute(String name, String value)
           
Attribute(String name, String value, String uri)
           
 
Method Summary
 String getName()
           
 String getUri()
           
 String getValue()
           
 void setName(String name)
           
 void setUri(String uri)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

uri

protected String uri
Constructor Detail

Attribute

public Attribute(String name,
                 String value)

Attribute

public Attribute(String name,
                 String value,
                 String uri)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getUri

public String getUri()

setUri

public void setUri(String uri)


Copyright © 2014 camunda services GmbH. All Rights Reserved.