Package org.ivoa.dm.registry.voresource
Class AuthorityID
java.lang.Object
org.ivoa.dm.registry.voresource.AuthorityID
- All Implemented Interfaces:
Serializable
@VoDml(id="VOResource:AuthorityID",
role=primitiveType)
@Embeddable
public class AuthorityID
extends Object
implements Serializable
.
PrimitiveType AuthorityID :
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedno arg constructor.Creates a new AuthorityID Primitive Type instance, using the base type.copy constructor. -
Method Summary
-
Constructor Details
-
AuthorityID
protected AuthorityID()no arg constructor. -
AuthorityID
copy constructor.- Parameters:
c- the object to be copied.
-
AuthorityID
Creates a new AuthorityID Primitive Type instance, using the base type.- Parameters:
v- the base type.
-
-
Method Details