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.
- Since:
- 1.0
Method Summary |
java.lang.String |
____jaxb____getId()
Gets the value of ID of this object. |
____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.