Uses of Class
gov.nist.secauto.oscal.lib.model.TelephoneNumber
-
Uses of TelephoneNumber in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionMetadata.Location.getTelephoneNumbers()
Metadata.Party.getTelephoneNumbers()
Modifier and TypeMethodDescriptionboolean
Metadata.Location.addTelephoneNumber
(TelephoneNumber item) Add a newTelephoneNumber
item to the underlying collection.boolean
Metadata.Party.addTelephoneNumber
(TelephoneNumber item) Add a newTelephoneNumber
item to the underlying collection.boolean
Metadata.Location.removeTelephoneNumber
(TelephoneNumber item) Remove the first matchingTelephoneNumber
item from the underlying collection.boolean
Metadata.Party.removeTelephoneNumber
(TelephoneNumber item) Remove the first matchingTelephoneNumber
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
Metadata.Location.setTelephoneNumbers
(List<TelephoneNumber> value) void
Metadata.Party.setTelephoneNumbers
(List<TelephoneNumber> value)