Class PhoneNumberT

java.lang.Object
org.bremersee.garmin.waypoint.v1.model.ext.PhoneNumberT
All Implemented Interfaces:
Serializable, CommonPhoneNumberT

public class PhoneNumberT extends Object implements 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 Details

    • value

      protected String value
    • category

      protected String category
  • Constructor Details

    • PhoneNumberT

      public PhoneNumberT()
  • Method Details