Package uk.org.siri.siri21
Class SimpleContactStructure
- java.lang.Object
-
- uk.org.siri.siri21.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 Summary
Fields Modifier and Type Field Description protected StringphoneNumberprotected Stringurl
-
Constructor Summary
Constructors Constructor Description SimpleContactStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPhoneNumber()Gets the value of the phoneNumber property.StringgetUrl()Gets the value of the url property.voidsetPhoneNumber(String value)Sets the value of the phoneNumber property.voidsetUrl(String value)Sets the value of the url property.
-
-
-
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 isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-