Uses of Class
gov.nist.secauto.oscal.lib.model.TelephoneNumber
Packages that use TelephoneNumber
- 
Uses of TelephoneNumber in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type TelephoneNumberModifier and TypeMethodDescriptionMetadata.Location.getTelephoneNumbers()Metadata.Party.getTelephoneNumbers()Methods in gov.nist.secauto.oscal.lib.model with parameters of type TelephoneNumberModifier and TypeMethodDescriptionbooleanMetadata.Location.addTelephoneNumber(TelephoneNumber item) Add a newTelephoneNumberitem to the underlying collection.booleanMetadata.Party.addTelephoneNumber(TelephoneNumber item) Add a newTelephoneNumberitem to the underlying collection.booleanMetadata.Location.removeTelephoneNumber(TelephoneNumber item) Remove the first matchingTelephoneNumberitem from the underlying collection.booleanMetadata.Party.removeTelephoneNumber(TelephoneNumber item) Remove the first matchingTelephoneNumberitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type TelephoneNumberModifier and TypeMethodDescriptionvoidMetadata.Location.setTelephoneNumbers(List<TelephoneNumber> value) voidMetadata.Party.setTelephoneNumbers(List<TelephoneNumber> value)