DefaultIndividual (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.apache.sis.metadata org.apache.sis.metadata.iso.citation DefaultIndividual Contents  Description Limitations Nested Class Summary Field Summary Constructor Summary Method Summary Constructor Details DefaultIndividual() DefaultIndividual(CharSequence, CharSequence, Contact) DefaultIndividual(DefaultIndividual) Method Details getPositionName() setPositionName(InternationalString) Hide sidebar  Show sidebar Class DefaultIndividual Object AbstractMetadata ModifiableMetadata ISOMetadata AbstractParty DefaultIndividual All Implemented Interfaces: Serializable, Emptiable, Lenient­Comparable, Identified­Object @UML(identifier="CI_Individual", specification=ISO_19115) public class DefaultIndividual extends AbstractParty Information about the party if the party is an individual. Note on International Standard versions This class is derived from a new type defined in the ISO 19115 international standard published in 2014, while GeoAPI 3.0 is based on the version published in 2003. Consequently this implementation class does not yet implement a GeoAPI interface, but is expected to do so after the next GeoAPI releases. When the interface will become available, all references to this implementation class in Apache SIS will be replaced be references to the Individual interface. Limitations Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility. Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases. Serialization support is appropriate for short term storage or RMI between applications running the same version of Apache SIS. For long term storage, use XML instead. Since: 0.5 See Also: Serialized Form Nested Class Summary Nested classes/interfaces inherited from class ModifiableMetadata Modifiable­Metadata​.State Field Summary Fields inherited from class ISOMetadata identifiers Constructor Summary Constructors Constructor Description Default­Individual() Constructs an initially empty individual. Default­Individual(Char­Sequence name, Char­Sequence position­Name, Contact contact­Info) Constructs an individual initialized to the specified values. Default­Individual(Default­Individual object) Constructs a new instance initialized with the values from the specified metadata object. Method Summary All MethodsInstance MethodsConcrete Methods Modifier and Type Method Description International­String get­Position­Name() Returns position of the individual in an organization, or null if none. void set­Position­Name(International­String new­Value) Sets a new position of the individual in an organization. Methods inherited from class AbstractParty get­Contact­Info, get­Identifiers, get­Name, set­Contact­Info, set­Identifiers, set­Name Methods inherited from class ISOMetadata get­Identifier, get­Identifier­Map, get­Standard, set­Identifier Methods inherited from class ModifiableMetadata check­Write­Permission, copy­Collection, copy­List, copy­Map, copy­Set, deep­Copy, non­Null­Collection, non­Null­List, non­Null­Map, non­Null­Set, singleton, state, write­Collection, write­List, write­Map, write­Set Methods inherited from class AbstractMetadata as­Map, as­Tree­Table, clone, equals, equals, get­Interface, hash­Code, is­Empty, nil­Reasons, prune, to­String Methods inherited from class Object finalize, get­Class, notify, notify­All, wait, wait, wait Constructor Details DefaultIndividual public DefaultIndividual() Constructs an initially empty individual. DefaultIndividual public DefaultIndividual(CharSequence name, CharSequence positionName, Contact contactInfo) Constructs an individual initialized to the specified values. Parameters: name - name of the individual. position­Name - position of the individual in an organization. contact­Info - contact information for the individual. DefaultIndividual public DefaultIndividual(DefaultIndividual object) Constructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied. Parameters: object - the metadata to copy values from, or null if none. Method Details getPositionName @UML(identifier="positionName", obligation=CONDITIONAL, specification=ISO_19115) public InternationalString getPositionName() Returns position of the individual in an organization, or null if none. Returns: position of the individual in an organization, or null if none. setPositionName public void setPositionName(InternationalString newValue) Sets a new position of the individual in an organization. Parameters: new­Value - the new position of the individual in an organization.