Class PhoneNumberT
java.lang.Object
org.bremersee.garmin.waypoint.v1.model.ext.PhoneNumberT
- All Implemented Interfaces:
Serializable,CommonPhoneNumberT
Java class for PhoneNumber_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneNumber_t">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.getValue()Gets the value of the value property.voidsetCategory(String value) Sets the value of the category property.voidSets the value of the value property.
-
Field Details
-
value
-
category
-
-
Constructor Details
-
PhoneNumberT
public PhoneNumberT()
-
-
Method Details
-
getValue
Gets the value of the value property.- Specified by:
getValuein interfaceCommonPhoneNumberT- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Specified by:
setValuein interfaceCommonPhoneNumberT- Parameters:
value- allowed object isString
-
getCategory
Gets the value of the category property.- Specified by:
getCategoryin interfaceCommonPhoneNumberT- Returns:
- possible object is
String
-
setCategory
Sets the value of the category property.- Specified by:
setCategoryin interfaceCommonPhoneNumberT- Parameters:
value- allowed object isString
-