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 final ElementRefElementRef.Builder._storedValueprotected 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.Fields in org.javastro.ivoa.entities.vodml with type parameters of type ElementRefModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Role,ElementRef> Role.PropInfo.DATATYPEstatic final com.kscs.util.jaxb.SinglePropertyInfo<SubsettedRole,ElementRef> SubsettedRole.PropInfo.DATATYPEstatic final com.kscs.util.jaxb.SinglePropertyInfo<Type,ElementRef> Type.PropInfo.EXTENDSstatic final com.kscs.util.jaxb.SinglePropertyInfo<SubsettedRole,ElementRef> SubsettedRole.PropInfo.ROLEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ElementRef,String> ElementRef.PropInfo.VODML_REFMethods in org.javastro.ivoa.entities.vodml with type parameters of type ElementRefModifier and TypeMethodDescriptionprotected <_P extends ElementRef>
_PElementRef.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return ElementRefModifier and TypeMethodDescriptionElementRef.Builder.build()ElementRef.clone()ElementRef.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ElementRef.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ElementRef.createCopy()ElementRef.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml with parameters of type ElementRefModifier and TypeMethodDescriptionstatic ElementRef.Builder<Void>ElementRef.copyExcept(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ElementRef.Builder.copyOf(ElementRef _other) static <_B> ElementRef.Builder<_B>ElementRef.copyOf(ElementRef _other) static <_B> ElementRef.Builder<_B>ElementRef.copyOf(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ElementRef.Builder<Void>ElementRef.copyOnly(ElementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidRole.Modifier.setDatatype(ElementRef datatype) voidRole.setDatatype(ElementRef value) Sets the value of the datatype property.voidSubsettedRole.Modifier.setDatatype(ElementRef datatype) voidSubsettedRole.setDatatype(ElementRef value) Sets the value of the datatype property.voidType.Modifier.setExtends(ElementRef _extends) voidType.setExtends(ElementRef value) Sets the value of the extends property.voidSubsettedRole.Modifier.setRole(ElementRef role) voidSubsettedRole.setRole(ElementRef value) Sets the value of the role property.Attribute.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Composition.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Reference.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Relation.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)Role.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)SubsettedRole.Builder.withDatatype(ElementRef datatype) Sets the new value of "datatype" (any previous value will be replaced)DataType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)Enumeration.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)ObjectType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)PrimitiveType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)Type.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)ValueType.Builder.withExtends(ElementRef _extends) Sets the new value of "_extends" (any previous value will be replaced)SubsettedRole.Builder.withRole(ElementRef role) Sets the new value of "role" (any previous value will be replaced)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 constructorBuilder(_B _parentBuilder, ElementRef _other, boolean _copy) Builder(_B _parentBuilder, ElementRef _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Composition(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