public class DefaultOrganisation extends AbstractParty
Organisation
interface.
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
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, setName
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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.public Collection<BrowseGraphic> getLogo()
public void setLogo(Collection<? extends BrowseGraphic> newValues)
newValues
- The new graphics identifying organization.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–2015 The Apache Software Foundation. All rights reserved.