tests.customext.elt
Class CustomElement

java.lang.Object
  extended by tests.customext.elt.CustomElement

public class CustomElement
extends Object

Custom Element class The is will be with reference to the http://customattrib.org namespace and will have 'customElt' as the name and the value will have two attributes , prefix and a suffix see the externalAnnotationsElt.xsd for an example schema.


Field Summary
static QName CUSTOM_ELT_QNAME
           
 
Constructor Summary
CustomElement()
           
 
Method Summary
 String getPrefix()
           
 String getSuffix()
           
 void setPrefix(String prefix)
           
 void setSuffix(String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_ELT_QNAME

public static final QName CUSTOM_ELT_QNAME
Constructor Detail

CustomElement

public CustomElement()
Method Detail

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getSuffix

public String getSuffix()

setSuffix

public void setSuffix(String suffix)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.