@UML(identifier="CI_Organisation", specification=ISO_19115) public class DefaultOrganisation extends AbstractParty
Organisation interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultOrganisation()
Constructs an initially empty organization.
|
DefaultOrganisation(CharSequence name,
BrowseGraphic logo,
DefaultIndividual individual,
Contact contactInfo)
Constructs an organization initialized to the specified values.
|
DefaultOrganisation(DefaultOrganisation object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DefaultIndividual> |
getIndividual()
Returns the individuals in the named organization.
|
Collection<BrowseGraphic> |
getLogo()
Returns the graphics identifying organization.
|
void |
setIndividual(Collection<? extends DefaultIndividual> newValues)
Sets the individuals in the named organization.
|
void |
setLogo(Collection<? extends BrowseGraphic> newValues)
Sets the graphics identifying organisation.
|
getContactInfo, getName, setContactInfo, setNamefreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultOrganisation()
public DefaultOrganisation(CharSequence name, BrowseGraphic logo, DefaultIndividual individual, Contact contactInfo)
name - name of the organization, or null if none.logo - graphic identifying the organization, or null if none.individual - position of the individual in an organization, or null if none.contactInfo - contact information for the organization, or null if none.public DefaultOrganisation(DefaultOrganisation object)
object - the metadata to copy values from, or null if none.@UML(identifier="logo", obligation=CONDITIONAL, specification=ISO_19115) public Collection<BrowseGraphic> getLogo()
public void setLogo(Collection<? extends BrowseGraphic> newValues)
newValues - the new graphics identifying organization.@UML(identifier="individual", obligation=OPTIONAL, specification=ISO_19115) public Collection<DefaultIndividual> getIndividual()
Individual interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void setIndividual(Collection<? extends DefaultIndividual> newValues)
Individual interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues - the new individuals in the named organization.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.