de.extra_standard.namespace.plugins._1
Class ContactType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.ContactType

public class ContactType
extends Object

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="Endpoint" type="{http://www.extra-standard.de/namespace/plugins/1}EndpointType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="usageHint" type="{http://www.extra-standard.de/namespace/plugins/1}UsageHintType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<EndpointType> endpoint
           
protected  String usageHint
           
 
Constructor Summary
ContactType()
           
 
Method Summary
 List<EndpointType> getEndpoint()
          Gets the value of the endpoint property.
 String getUsageHint()
          Gets the value of the usageHint property.
 void setUsageHint(String value)
          Sets the value of the usageHint property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoint

protected List<EndpointType> endpoint

usageHint

protected String usageHint
Constructor Detail

ContactType

public ContactType()
Method Detail

getEndpoint

public List<EndpointType> getEndpoint()
Gets the value of the endpoint 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 endpoint property.

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

    getEndpoint().add(newItem);
 

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


getUsageHint

public String getUsageHint()
Gets the value of the usageHint property.

Returns:
possible object is String

setUsageHint

public void setUsageHint(String value)
Sets the value of the usageHint property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.