Uses of Class
pt.cienciavitae.ns.common.ContactTypeCtype
-
Packages that use ContactTypeCtype Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.email pt.cienciavitae.ns.mailing_address pt.cienciavitae.ns.phone_number -
-
Uses of ContactTypeCtype in pt.cienciavitae.ns.common
Methods in pt.cienciavitae.ns.common that return ContactTypeCtype Modifier and Type Method Description ContactTypeCtypeObjectFactory. createContactTypeCtype()Create an instance ofContactTypeCtype -
Uses of ContactTypeCtype in pt.cienciavitae.ns.email
Fields in pt.cienciavitae.ns.email declared as ContactTypeCtype Modifier and Type Field Description protected ContactTypeCtypeEmail. emailTypeMethods in pt.cienciavitae.ns.email that return ContactTypeCtype Modifier and Type Method Description ContactTypeCtypeEmail. getEmailType()Gets the value of the emailType property.Methods in pt.cienciavitae.ns.email with parameters of type ContactTypeCtype Modifier and Type Method Description voidEmail. setEmailType(ContactTypeCtype value)Sets the value of the emailType property. -
Uses of ContactTypeCtype in pt.cienciavitae.ns.mailing_address
Fields in pt.cienciavitae.ns.mailing_address declared as ContactTypeCtype Modifier and Type Field Description protected ContactTypeCtypeMailingAddress. addressTypeMethods in pt.cienciavitae.ns.mailing_address that return ContactTypeCtype Modifier and Type Method Description ContactTypeCtypeMailingAddress. getAddressType()Gets the value of the addressType property.Methods in pt.cienciavitae.ns.mailing_address with parameters of type ContactTypeCtype Modifier and Type Method Description voidMailingAddress. setAddressType(ContactTypeCtype value)Sets the value of the addressType property. -
Uses of ContactTypeCtype in pt.cienciavitae.ns.phone_number
Fields in pt.cienciavitae.ns.phone_number declared as ContactTypeCtype Modifier and Type Field Description protected ContactTypeCtypePhoneNumber. usageTypeMethods in pt.cienciavitae.ns.phone_number that return ContactTypeCtype Modifier and Type Method Description ContactTypeCtypePhoneNumber. getUsageType()Gets the value of the usageType property.Methods in pt.cienciavitae.ns.phone_number with parameters of type ContactTypeCtype Modifier and Type Method Description voidPhoneNumber. setUsageType(ContactTypeCtype value)Sets the value of the usageType property.
-