Apache CXF API

org.apache.cxf.databinding.source.mime
Class MimeAttribute

java.lang.Object
  extended by org.apache.cxf.databinding.source.mime.MimeAttribute

public final class MimeAttribute
extends Object


Field Summary
static QName MIME_QNAME
           
 
Constructor Summary
MimeAttribute()
           
 
Method Summary
 String getValue()
           
 void setValue(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIME_QNAME

public static final QName MIME_QNAME
Constructor Detail

MimeAttribute

public MimeAttribute()
Method Detail

setValue

public void setValue(String v)

getValue

public String getValue()

Apache CXF API

Apache CXF