Package org.ivoa.dm.registry.standard
Class Fragment
java.lang.Object
org.ivoa.dm.registry.standard.Fragment
- All Implemented Interfaces:
Serializable
@VoDml(id="StandardsRegExt:fragment",
role=primitiveType)
@Embeddable
public class Fragment
extends Object
implements Serializable
the allowed characters for a fragment identifier taken
from rfc2396.
PrimitiveType fragment :
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Fragment
protected Fragment()no arg constructor. -
Fragment
copy constructor.- Parameters:
c- the object to be copied.
-
Fragment
Creates a new fragment Primitive Type instance, using the base type.- Parameters:
v- the base type.
-
-
Method Details