Class PhoneType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.PhoneType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class PhoneType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
A phone number.Java class for PhoneType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> <element name="countryDialing" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="areaDialing" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="dialNumber" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
-
-
Constructor Summary
Constructors Constructor Description PhoneType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhoneTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(PhoneType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAreaDialing()Gets the value of the areaDialing property.StringgetCountryDialing()Gets the value of the countryDialing property.StringgetDialNumber()Gets the value of the dialNumber property.StringgetPhoneNumber()Gets the value of the phoneNumber property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAreaDialing(String value)Sets the value of the areaDialing property.voidsetCountryDialing(String value)Sets the value of the countryDialing property.voidsetDialNumber(String value)Sets the value of the dialNumber property.voidsetPhoneNumber(String value)Sets the value of the phoneNumber property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getPhoneNumber
@Nullable public String getPhoneNumber()
Gets the value of the phoneNumber property.- Returns:
- possible object is
String
-
setPhoneNumber
public void setPhoneNumber(@Nullable String value)Sets the value of the phoneNumber property.- Parameters:
value- allowed object isString
-
getCountryDialing
@Nullable public String getCountryDialing()
Gets the value of the countryDialing property.- Returns:
- possible object is
String
-
setCountryDialing
public void setCountryDialing(@Nullable String value)Sets the value of the countryDialing property.- Parameters:
value- allowed object isString
-
getAreaDialing
@Nullable public String getAreaDialing()
Gets the value of the areaDialing property.- Returns:
- possible object is
String
-
setAreaDialing
public void setAreaDialing(@Nullable String value)Sets the value of the areaDialing property.- Parameters:
value- allowed object isString
-
getDialNumber
@Nullable public String getDialNumber()
Gets the value of the dialNumber property.- Returns:
- possible object is
String
-
setDialNumber
public void setDialNumber(@Nullable String value)Sets the value of the dialNumber property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull PhoneType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
-