Package org.exolab.castor.xml.schema
Interface Referable
- All Known Implementing Classes:
AnyURIType
,AtomicType
,BinaryType
,BooleanType
,ComplexType
,DateTimeType
,DecimalType
,DeferredSimpleType
,DurationType
,ElementDecl
,Group
,ListType
,ModelGroup
,RealType
,SimpleType
,SimpleTypeReference
,StringType
,Union
,UrType
public interface Referable
- Version:
- $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Keith Visco
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Id used to Refer to this Object
-
Method Details
-
getReferenceId
String getReferenceId()Returns the Id used to Refer to this Object- Returns:
- the Id used to Refer to this Object
-