Class CapabilitiesInfoType
java.lang.Object
ietf.params.xml.ns.timezone_service.CapabilitiesInfoType
The element used as the container for information about the
servers source of data and contacts.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contact property.Gets the value of the primarySource property.Gets the value of the source property.voidsetPrimarySource(String value) Sets the value of the primarySource property.voidSets the value of the source property.
-
Field Details
-
source
-
-
contact
-
-
Constructor Details
-
CapabilitiesInfoType
public CapabilitiesInfoType()
-
-
Method Details
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getPrimarySource
Gets the value of the primarySource property.- Returns:
- possible object is
String
-
setPrimarySource
Sets the value of the primarySource property.- Parameters:
value- allowed object isString
-
getContact
Gets the value of the contact 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-