com.sun.xml.bind.marshaller
Interface IdentifiableObject


public interface IdentifiableObject

This interface will be implemented by content tree classes with ID, so that the marshaller can properly serialize ID value.

deprecated in 2.0 We no longer expect the generated beans to implement any of the marker interfaces.

Since:
1.0

Method Summary
 java.lang.String ____jaxb____getId()
          Gets the value of ID of this object.
 

Method Detail

____jaxb____getId

java.lang.String ____jaxb____getId()
Gets the value of ID of this object. To forestall the possibility of name collision with the generated class, the method name is intentionally made long.