
com.textkernel.tx.models.resume.contactinfo.Telephone Maven / Gradle / Ivy
// Copyright © 2023 Textkernel BV. All rights reserved.
// This file is provided for use by, or on behalf of, Textkernel licensees
// within the terms of their license of Textkernel products or Textkernel customers
// within the Terms of Service pertaining to the Textkernel SaaS products.
package com.textkernel.tx.models.resume.contactinfo;
import com.textkernel.tx.models.resume.NormalizedString;
/**
* A phone number listed on the resume
*/
public class Telephone extends NormalizedString {
/** The international country code part of the phone number*/
public String InternationalCountryCode;
/** The area code part of the phone number*/
public String AreaCityCode;
/** The subscriber number part of the phone number*/
public String SubscriberNumber;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy