Class SimpleContactStructure

  • All Implemented Interfaces:
    Serializable

    public class SimpleContactStructure
    extends Object
    implements Serializable
    Type for Simple Contact Details.

    Java class for SimpleContactStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SimpleContactStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PhoneNumber" type="{http://www.siri.org.uk/siri}PhoneType" minOccurs="0"/>
             <element name="Url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • phoneNumber

        protected String phoneNumber
    • Constructor Detail

      • SimpleContactStructure

        public SimpleContactStructure()
    • Method Detail

      • getPhoneNumber

        public String getPhoneNumber()
        Gets the value of the phoneNumber property.
        Returns:
        possible object is String
      • setPhoneNumber

        public void setPhoneNumber​(String value)
        Sets the value of the phoneNumber property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String