de.extra_standard.namespace.plugins._1
Class ContactsType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractPlugInType
      extended by de.extra_standard.namespace.plugins._1.ContactsType

public class ContactsType
extends AbstractPlugInType

Java class for ContactsType complex type.

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

 <complexType name="ContactsType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractPlugInType">
       <sequence>
         <element name="SenderContact" type="{http://www.extra-standard.de/namespace/plugins/1}ContactType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version">
         <simpleType>
           <restriction base="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType">
             <enumeration value="1.0"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ContactType> senderContact
           
protected  String version
           
 
Constructor Summary
ContactsType()
           
 
Method Summary
 List<ContactType> getSenderContact()
          Gets the value of the senderContact property.
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderContact

protected List<ContactType> senderContact

version

protected String version
Constructor Detail

ContactsType

public ContactsType()
Method Detail

getSenderContact

public List<ContactType> getSenderContact()
Gets the value of the senderContact property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the senderContact property.

For example, to add a new item, do as follows:

    getSenderContact().add(newItem);
 

Objects of the following type(s) are allowed in the list ContactType


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.