Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1 |
Modifier and Type | Field and Description |
---|---|
protected Set<Contact> |
SchemaRoot.contact |
Modifier and Type | Method and Description |
---|---|
Contact |
Contact.withAddress(Address... values)
Set the Address
|
Contact |
Contact.withAddress(Collection<Address> values)
Set the Address
|
Contact |
Contact.withEffectiveDate(Calendar value)
Set the date by which the dataset is to be operational or effective.
|
Contact |
Contact.withEffectiveDate(Date value)
Set the date by which the dataset is to be operational or effective.
|
Contact |
Contact.withEMail(Collection<EMail> values)
Set the Email
|
Contact |
Contact.withEMail(EMail... values)
Set the Email
|
Contact |
Contact.withExpirationDate(Calendar value)
Set the date at which the dataset will expire.
|
Contact |
Contact.withExpirationDate(Date value)
Set the date at which the dataset will expire.
|
Contact |
Contact.withFirstName(String value)
Set the first name of the contact individual.
|
Contact |
Contact.withLastName(String value)
Set the last name of the contact individual.
|
Contact |
Contact.withReviewDate(Calendar value)
Set the date by which the dataset is to be reviewed.
|
Contact |
Contact.withReviewDate(Date value)
Set the date by which the dataset is to be reviewed.
|
Contact |
Contact.withTelephoneFax(Collection<TelephoneFax> values)
Set the TelephoneFax
|
Contact |
Contact.withTelephoneFax(TelephoneFax... values)
Set the TelephoneFax
|
Contact |
Contact.withTitleRank(String value)
Set the contact title or rank e.g., Ms, Col, etc.
|
Modifier and Type | Method and Description |
---|---|
Set<Contact> |
Role.getContact()
Get the ContactRef
|
Set<Contact> |
SchemaRoot.getContact()
Get
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.withContact(Contact... values)
Set the ContactRef
|
T |
SchemaRoot.withContact(Contact... values)
Set
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.withContact(Collection<Contact> values)
Set the ContactRef
|
T |
SchemaRoot.withContact(Collection<Contact> values)
Set
|
Copyright © 2016 OpenSSRF.org. All rights reserved.