tests.customext.attrib
Class CustomAttribute
java.lang.Object
tests.customext.attrib.CustomAttribute
public class CustomAttribute
- extends java.lang.Object
Custom Attribute class
The is will be with reference to the http://customattrib.org
namespace and will have 'customAttrib' as the name and the
value will be a prefix and a suffix seperated with a colon
see the externalAnnotations.xsd for an example schema.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_ATTRIBUTE_QNAME
public static final javax.xml.namespace.QName CUSTOM_ATTRIBUTE_QNAME
CustomAttribute
public CustomAttribute()
getPrefix
public java.lang.String getPrefix()
setPrefix
public void setPrefix(java.lang.String prefix)
getSuffix
public java.lang.String getSuffix()
setSuffix
public void setSuffix(java.lang.String suffix)
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.