Uses of Class
org.javastro.ivoa.entities.resource.Relationship
Packages that use Relationship
-
Uses of Relationship in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as RelationshipFields in org.javastro.ivoa.entities.resource with type parameters of type RelationshipModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Relationship,ResourceName> Relationship.PropInfo.RELATED_RESOURCESstatic final com.kscs.util.jaxb.SinglePropertyInfo<Relationship,String> Relationship.PropInfo.RELATIONSHIP_TYPEprotected List<Relationship>Content.relationshipsa description of a relationship to another resource.static final com.kscs.util.jaxb.CollectionPropertyInfo<Content,Relationship> Content.PropInfo.RELATIONSHIPSMethods in org.javastro.ivoa.entities.resource with type parameters of type RelationshipModifier and TypeMethodDescriptionprotected <_P extends Relationship>
_PRelationship.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return RelationshipModifier and TypeMethodDescriptionRelationship.Builder.build()Relationship.clone()Relationship.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Relationship.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Relationship.createCopy()Relationship.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createRelationship()Create an instance ofRelationshipRelationship.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource that return types with arguments of type RelationshipModifier and TypeMethodDescriptionContent.getRelationships()a description of a relationship to another resource.Content.Modifier.getRelationships()Methods in org.javastro.ivoa.entities.resource with parameters of type RelationshipModifier and TypeMethodDescriptionContent.Builder.addRelationships(Relationship... relationships) Adds the given items to the value of "relationships"static Relationship.Builder<Void>Relationship.copyExcept(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Relationship.Builder.copyOf(Relationship _other) static <_B> Relationship.Builder<_B>Relationship.copyOf(Relationship _other) static <_B> Relationship.Builder<_B>Relationship.copyOf(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Relationship.Builder<Void>Relationship.copyOnly(Relationship _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Content.Builder.withRelationships(Relationship... relationships) Sets the new value of "relationships" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource with type arguments of type RelationshipModifier and TypeMethodDescriptionContent.Builder.addRelationships(Iterable<? extends Relationship> relationships) Adds the given items to the value of "relationships"Content.Builder.withRelationships(Iterable<? extends Relationship> relationships) Sets the new value of "relationships" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type RelationshipModifierConstructorDescriptionBuilder(_B _parentBuilder, Relationship _other, boolean _copy) Builder(_B _parentBuilder, Relationship _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)