Uses of Class
org.javastro.ivoa.entities.vodml.ElementRef
Packages that use ElementRef
-
Uses of ElementRef in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml declared as ElementRefModifier and TypeFieldDescriptionprotected ElementRefType._extendsReference to a type (called the base-type) that is extended by the current type (called the subtype).protected ElementRefRole.datatypeReference to the type that plays the role represented by this Role.protected ElementRefSubsettedRole.datatypePointer to datatype that the constrained Role must take.protected ElementRefSubsettedRole.roleVODMLREF identifying the constrained Role.Methods in org.javastro.ivoa.entities.vodml that return ElementRefModifier and TypeMethodDescriptionObjectFactory.createElementRef()Create an instance ofElementRefRole.getDatatype()Reference to the type that plays the role represented by this Role.SubsettedRole.getDatatype()Pointer to datatype that the constrained Role must take.Type.getExtends()Reference to a type (called the base-type) that is extended by the current type (called the subtype).SubsettedRole.getRole()VODMLREF identifying the constrained Role.ElementRef.withVodmlRef(String value) Methods in org.javastro.ivoa.entities.vodml with parameters of type ElementRefModifier and TypeMethodDescriptionvoidRole.setDatatype(ElementRef value) Sets the value of the datatype property.voidSubsettedRole.setDatatype(ElementRef value) Sets the value of the datatype property.voidType.setExtends(ElementRef value) Sets the value of the extends property.voidSubsettedRole.setRole(ElementRef value) Sets the value of the role property.Attribute.withDatatype(ElementRef value) Composition.withDatatype(ElementRef value) Reference.withDatatype(ElementRef value) Relation.withDatatype(ElementRef value) Role.withDatatype(ElementRef value) SubsettedRole.withDatatype(ElementRef value) DataType.withExtends(ElementRef value) Enumeration.withExtends(ElementRef value) ObjectType.withExtends(ElementRef value) PrimitiveType.withExtends(ElementRef value) Type.withExtends(ElementRef value) ValueType.withExtends(ElementRef value) SubsettedRole.withRole(ElementRef value) Constructors in org.javastro.ivoa.entities.vodml with parameters of type ElementRefModifierConstructorDescriptionAttribute(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, SemanticConcept semanticconcept) Fully-initialising value constructorComposition(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, Boolean isOrdered) Fully-initialising value constructorDataType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<Attribute> attributes, List<Reference> references) Fully-initialising value constructorEnumeration(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<EnumLiteral> literals) Fully-initialising value constructorObjectType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract, List<Attribute> attributes, List<Composition> compositions, List<Reference> references) Fully-initialising value constructorPrimitiveType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructorReference(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructorRelation(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructorRole(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity) Fully-initialising value constructorSubsettedRole(String description, ElementRef role, ElementRef datatype, SemanticConcept semanticconcept) Fully-initialising value constructorType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructorValueType(String vodmlId, String name, String description, String id, ElementRef _extends, List<Constraint> constraints, Boolean _abstract) Fully-initialising value constructor