public static class ServiceModel.Laboratory extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Address |
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Description |
String |
EmailAddress |
String |
Id |
String |
Name |
String |
PhoneNumber |
String |
PointOfContact |
| Constructor and Description |
|---|
Laboratory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getDescription() |
String |
getEmailAddress() |
String |
getId() |
String |
getName() |
String |
getPhoneNumber() |
String |
getPointOfContact() |
ServiceModel.Laboratory |
setAddress(String value) |
ServiceModel.Laboratory |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.Laboratory |
setCustomId(String value) |
ServiceModel.Laboratory |
setDescription(String value) |
ServiceModel.Laboratory |
setEmailAddress(String value) |
ServiceModel.Laboratory |
setId(String value) |
ServiceModel.Laboratory |
setName(String value) |
ServiceModel.Laboratory |
setPhoneNumber(String value) |
ServiceModel.Laboratory |
setPointOfContact(String value) |
public String Id
public String CustomId
public String Name
public String Description
public String Address
public String PointOfContact
public String EmailAddress
public String PhoneNumber
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.Laboratory setId(String value)
public String getCustomId()
public ServiceModel.Laboratory setCustomId(String value)
public String getName()
public ServiceModel.Laboratory setName(String value)
public String getDescription()
public ServiceModel.Laboratory setDescription(String value)
public String getAddress()
public ServiceModel.Laboratory setAddress(String value)
public String getPointOfContact()
public ServiceModel.Laboratory setPointOfContact(String value)
public String getEmailAddress()
public ServiceModel.Laboratory setEmailAddress(String value)
public String getPhoneNumber()
public ServiceModel.Laboratory setPhoneNumber(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.Laboratory setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.