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

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

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

origin: apache/sis

/**
 * Constructs a new instance initialized with the values from the specified metadata object.
 * This is a <cite>shallow</cite> copy constructor, since the other metadata contained in the
 * given object are not recursively copied.
 *
 * @param object The metadata to copy values from, or {@code null} if none.
 *
 * @see #castOrCopy(ResponsibleParty)
 */
public DefaultResponsibleParty(final ResponsibleParty object) {
  super(object);
  if (object != null && !(object instanceof DefaultResponsibility)) {
    setIndividualName(object.getIndividualName());
    setOrganisationName(object.getOrganisationName());
  }
}
origin: org.apache.sis.core/sis-metadata

/**
 * Constructs a new instance initialized with the values from the specified metadata object.
 * This is a <cite>shallow</cite> copy constructor, since the other metadata contained in the
 * given object are not recursively copied.
 *
 * @param object The metadata to copy values from, or {@code null} if none.
 *
 * @see #castOrCopy(ResponsibleParty)
 */
public DefaultResponsibleParty(final ResponsibleParty object) {
  super(object);
  if (object != null && !(object instanceof DefaultResponsibility)) {
    setIndividualName(object.getIndividualName());
    setOrganisationName(object.getOrganisationName());
  }
}
origin: Geomatys/geotoolkit

producer.setIndividualName("John Q.Public");
producer.setOrganisationName(new SimpleInternationalString("US National Geospatial-Intelligence Agency (NGA)"));
DefaultContact contact = new DefaultContact();
org.apache.sis.metadata.iso.citationDefaultResponsiblePartysetIndividualName

Javadoc

Sets the name of the responsible person- surname, given name, title separated by a delimiter. Only one of individualName, #getOrganisationName()and #getPositionName() shall be provided.

This implementation sets the name of the first Individual found in the collection of #getParties(), or create a new individual if no existing instance was found.

Popular methods of DefaultResponsibleParty

  • <init>
    Constructs a responsibility party with the given role.
  • setParties
  • getParties
  • setOrganisationName
    Sets the name of the responsible organization. Only one of #getIndividualName(), organisationNameand
  • setRole
    Sets the function performed by the responsible party.
  • 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

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • getApplicationContext (Context)
  • runOnUiThread (Activity)
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • JTextField (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 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