Tabnine Logo
DefaultResponsibleParty.setRole
Code IndexAdd Tabnine to your IDE (free)

How to use
setRole
method
in
org.apache.sis.metadata.iso.citation.DefaultResponsibleParty

Best Java code snippets using org.apache.sis.metadata.iso.citation.DefaultResponsibleParty.setRole (Showing top 2 results out of 315)

origin: Geomatys/geotoolkit

contact.setAddress(address);
producer.setContactInfo(contact);
producer.setRole(Role.POINT_OF_CONTACT);
DefaultResponsibleParty rp = new DefaultResponsibleParty();
rp.setOrganisationName(new SimpleInternationalString("International Hydrographic Bureau"));
rp.setRole(Role.PUBLISHER);
rps.add(rp);
source.setCitedResponsibleParties(rps);
origin: apache/sis

  custodian.setRole(Role.CUSTODIAN);
  identification.setPointOfContacts(singleton(custodian));
final DefaultResponsibleParty distributor = new DefaultResponsibleParty((DefaultResponsibility) author);
final DefaultDistribution distributionInfo = new DefaultDistribution();
distributor.setRole(Role.DISTRIBUTOR);
distributionInfo.setDistributors(singleton(new DefaultDistributor(distributor)));
org.apache.sis.metadata.iso.citationDefaultResponsiblePartysetRole

Javadoc

Sets the function performed by the responsible party.

Popular methods of DefaultResponsibleParty

  • <init>
    Constructs a responsibility party with the given role.
  • setParties
  • getParties
  • setIndividualName
    Sets the name of the responsible person- surname, given name, title separated by a delimiter. Only o
  • setOrganisationName
    Sets the name of the responsible organization. Only one of #getIndividualName(), organisationNameand
  • castOrCopy
    Returns a SIS metadata implementation with the values of the given arbitrary implementation. This me
  • checkWritePermission
  • getIndividual
    Returns the name or the position of the first individual. If no individual is found in the list of p
  • getName
    Returns the name of the first party of the given type, or null if none.
  • setContactInfo
    Sets the address of the responsible party.This implementation sets the contact info in the first par
  • setExtents
  • setName
    Sets the name of the first party of the given type.
  • setExtents,
  • setName

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • putExtra (Intent)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JFrame (javax.swing)
  • Join (org.hibernate.mapping)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now