public interface User extends RegistryObject
Organization, AuditableEvent| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE | getEmailAddresses() このユーザーのメールアドレスを取得します。 |
Organization | getOrganization() このユーザーが所属している組織を取得します。 |
PersonName | getPersonName() このユーザーの名前を返します。 |
CollectionSE | getPostalAddresses() このユーザーの住所を取得します。 |
CollectionSE | getTelephoneNumbers(StringSE phoneType) 指定された電話番号型に一致するこのユーザーの電話番号を取得します。 |
StringSE | getType() このユーザーの型を取得します。 |
URLSE | getUrl() このユーザーの Web ページへの URL を取得します。 |
void | setEmailAddresses(CollectionSE emailAddresses) このユーザーの EmailAddress インスタンスのコレクションを設定します。 |
void | setPersonName(PersonName personName) このユーザーの名前を設定します。 |
void | setPostalAddresses(CollectionSE addresses) このユーザーのアドレスを設定します。 |
void | setTelephoneNumbers(CollectionSE phoneNumbers) このユーザーのさまざまな電話番号を設定します。 |
void | setType(StringSE type) このユーザーの型を設定します。 |
void | setUrl(URLSE url) このユーザーの Web ページへの URL を設定します。 |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsOrganization getOrganization() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 OrganizationPersonName getPersonName() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setPersonName(PersonName personName) throws JAXRException
personName - このユーザーの名前 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getPostalAddresses() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 PostalAddress, PostalAddressvoid setPostalAddresses(CollectionSE addresses) throws JAXRException
addresses - PostAddress インスタンスのコレクションです。JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 URLSE getUrl() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setUrl(URLSE url) throws JAXRException
url - このユーザーのホームページの URLJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getTelephoneNumbers(StringSE phoneType) throws JAXRException
phoneType - 返される電話番号の種類を指定します。phoneType が null の場合、すべての telephoneNumbers を返します。JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 TelephoneNumbervoid setTelephoneNumbers(CollectionSE phoneNumbers) throws JAXRException
phoneNumbers - 設定する TelephoneNumbers のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getEmailAddresses() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 EmailAddressvoid setEmailAddresses(CollectionSE emailAddresses) throws JAXRException
emailAddresses - 設定する EmailAddresses のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getType() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setType(StringSE type) throws JAXRException
type - このユーザーの型。これは任意の文字列です JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.