|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.ContactType
public class ContactType
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 |
|---|
protected List<EndpointType> endpoint
protected String usageHint
| Constructor Detail |
|---|
public ContactType()
| Method Detail |
|---|
public List<EndpointType> getEndpoint()
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
public String getUsageHint()
Stringpublic void setUsageHint(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||