org.universAAL.middleware.deploymanager.uapp.model
Class ContactType

Package class diagram package ContactType
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.ContactType
All Implemented Interfaces:
Serializable

public class ContactType
extends Object
implements Serializable

Java class for contactType complex type.

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

 <complexType name="contactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="contactPerson" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="streetAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="webAddress" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="otherChannel" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="channelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="channelDetails" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ContactType.OtherChannel
          Java class for anonymous complex type.
 
Field Summary
protected  String certificate
           
protected  String contactPerson
           
protected  String email
           
protected  String organizationName
           
protected  ContactType.OtherChannel otherChannel
           
protected  String phone
           
protected  String streetAddress
           
protected  String webAddress
           
 
Constructor Summary
ContactType()
           
 
Method Summary
 String getCertificate()
          Gets the value of the certificate property.
 String getContactPerson()
          Gets the value of the contactPerson property.
 String getEmail()
          Gets the value of the email property.
 String getOrganizationName()
          Gets the value of the organizationName property.
 ContactType.OtherChannel getOtherChannel()
          Gets the value of the otherChannel property.
 String getPhone()
          Gets the value of the phone property.
 String getStreetAddress()
          Gets the value of the streetAddress property.
 String getWebAddress()
          Gets the value of the webAddress property.
 boolean isSetCertificate()
           
 boolean isSetContactPerson()
           
 boolean isSetEmail()
           
 boolean isSetOrganizationName()
           
 boolean isSetOtherChannel()
           
 boolean isSetPhone()
           
 boolean isSetStreetAddress()
           
 boolean isSetWebAddress()
           
 void setCertificate(String value)
          Sets the value of the certificate property.
 void setContactPerson(String value)
          Sets the value of the contactPerson property.
 void setEmail(String value)
          Sets the value of the email property.
 void setOrganizationName(String value)
          Sets the value of the organizationName property.
 void setOtherChannel(ContactType.OtherChannel value)
          Sets the value of the otherChannel property.
 void setPhone(String value)
          Sets the value of the phone property.
 void setStreetAddress(String value)
          Sets the value of the streetAddress property.
 void setWebAddress(String value)
          Sets the value of the webAddress property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

organizationName

protected String organizationName

certificate

protected String certificate

contactPerson

protected String contactPerson

streetAddress

protected String streetAddress

email

protected String email

webAddress

protected String webAddress

phone

protected String phone

otherChannel

protected ContactType.OtherChannel otherChannel
Constructor Detail

ContactType

public ContactType()
Method Detail

getOrganizationName

public String getOrganizationName()
Gets the value of the organizationName property.

Returns:
possible object is String

setOrganizationName

public void setOrganizationName(String value)
Sets the value of the organizationName property.

Parameters:
value - allowed object is String

isSetOrganizationName

public boolean isSetOrganizationName()

getCertificate

public String getCertificate()
Gets the value of the certificate property.

Returns:
possible object is String

setCertificate

public void setCertificate(String value)
Sets the value of the certificate property.

Parameters:
value - allowed object is String

isSetCertificate

public boolean isSetCertificate()

getContactPerson

public String getContactPerson()
Gets the value of the contactPerson property.

Returns:
possible object is String

setContactPerson

public void setContactPerson(String value)
Sets the value of the contactPerson property.

Parameters:
value - allowed object is String

isSetContactPerson

public boolean isSetContactPerson()

getStreetAddress

public String getStreetAddress()
Gets the value of the streetAddress property.

Returns:
possible object is String

setStreetAddress

public void setStreetAddress(String value)
Sets the value of the streetAddress property.

Parameters:
value - allowed object is String

isSetStreetAddress

public boolean isSetStreetAddress()

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

isSetEmail

public boolean isSetEmail()

getWebAddress

public String getWebAddress()
Gets the value of the webAddress property.

Returns:
possible object is String

setWebAddress

public void setWebAddress(String value)
Sets the value of the webAddress property.

Parameters:
value - allowed object is String

isSetWebAddress

public boolean isSetWebAddress()

getPhone

public String getPhone()
Gets the value of the phone property.

Returns:
possible object is String

setPhone

public void setPhone(String value)
Sets the value of the phone property.

Parameters:
value - allowed object is String

isSetPhone

public boolean isSetPhone()

getOtherChannel

public ContactType.OtherChannel getOtherChannel()
Gets the value of the otherChannel property.

Returns:
possible object is ContactType.OtherChannel

setOtherChannel

public void setOtherChannel(ContactType.OtherChannel value)
Sets the value of the otherChannel property.

Parameters:
value - allowed object is ContactType.OtherChannel

isSetOtherChannel

public boolean isSetOtherChannel()


Copyright © 2014 universAAL Consortium. All Rights Reserved.