public class CapabilitiesInfoType extends Object
Java class for CapabilitiesInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilitiesInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="primary-source" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
contact |
protected String |
primarySource |
protected String |
source |
| Constructor and Description |
|---|
CapabilitiesInfoType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContact()
Gets the value of the contact property.
|
String |
getPrimarySource()
Gets the value of the primarySource property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setPrimarySource(String value)
Sets the value of the primarySource property.
|
void |
setSource(String value)
Sets the value of the source property.
|
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getPrimarySource()
Stringpublic void setPrimarySource(String value)
value - allowed object is
Stringpublic List<String> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2017 Bedework. All rights reserved.