JAXB
v0.21

javax.xml.bind
Interface IdentifiableElement

All Superinterfaces:
Element

public interface IdentifiableElement
extends Element

Interface implemented by element classes derived from element types containing an ID attribute.

Version:
1.5, 00/08/17
See Also:
Element, RootElement

Method Summary
 String id()
          Returns this element object's identifier value, or null if its identifier property has not been given a value.
 
Methods inherited from interface javax.xml.bind.Element
validateThis
 

Method Detail

id

public String id()
Returns this element object's identifier value, or null if its identifier property has not been given a value.
Returns:
This element's ID value, or null if it has none

JAXB
v0.21


Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb

Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.