@TitleProperty(name="name") @UML(identifier="CI_Party", specification=ISO_19115) public class AbstractParty extends ISOMetadata
CI_Party
└─name…… Name of the party.Party interface.
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
AbstractParty()
Constructs an initially empty party.
|
AbstractParty(AbstractParty object)
Constructs a new instance initialized with the values from the specified metadata object.
|
AbstractParty(CharSequence name,
Contact contactInfo)
Constructs a party initialized with the specified name and contact information.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Contact> |
getContactInfo()
Returns the contact information for the party.
|
InternationalString |
getName()
Return the name of the party.
|
void |
setContactInfo(Collection<? extends Contact> newValues)
Sets the contact information for the party.
|
void |
setName(InternationalString newValue)
Sets the name of the party.
|
freeze, 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 AbstractParty()
public AbstractParty(CharSequence name, Contact contactInfo)
name - name of the party, or null if none.contactInfo - contact information for the party, or null if none.public AbstractParty(AbstractParty object)
object - the metadata to copy values from, or null if none.@UML(identifier="name", obligation=CONDITIONAL, specification=ISO_19115) public InternationalString getName()
public void setName(InternationalString newValue)
newValue - the new name of the party.@UML(identifier="contactInfo", obligation=OPTIONAL, specification=ISO_19115) public Collection<Contact> getContactInfo()
public void setContactInfo(Collection<? extends Contact> newValues)
newValues - the new contact information for the party.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.