public class OrganizationType extends RegistryObjectType
| Modifier and Type | Field and Description |
|---|---|
protected List<PostalAddressType> |
address |
protected List<EmailAddressType> |
emailAddress |
protected String |
parent |
protected String |
primaryContact |
protected List<TelephoneNumberType> |
telephoneNumber |
classification, description, externalIdentifier, lid, name, objectType, status, versionInfohome, id, slot| Constructor and Description |
|---|
OrganizationType() |
| Modifier and Type | Method and Description |
|---|---|
List<PostalAddressType> |
getAddress() |
List<EmailAddressType> |
getEmailAddress() |
String |
getParent() |
String |
getPrimaryContact() |
List<TelephoneNumberType> |
getTelephoneNumber() |
void |
setParent(String value) |
void |
setPrimaryContact(String value) |
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfoprotected List<PostalAddressType> address
protected List<TelephoneNumberType> telephoneNumber
protected List<EmailAddressType> emailAddress
protected String parent
protected String primaryContact
public List<PostalAddressType> getAddress()
public List<TelephoneNumberType> getTelephoneNumber()
public List<EmailAddressType> getEmailAddress()
public String getParent()
public void setParent(String value)
public String getPrimaryContact()
public void setPrimaryContact(String value)
Copyright © 2021. All rights reserved.