Package ca.phon.session.io.xml.v13
Class HeaderType
java.lang.Object
ca.phon.session.io.xml.v13.HeaderType
Java class for headerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="headerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}date"/> <element ref="{https://phon.ca/ns/phonbank}language"/> <element ref="{https://phon.ca/ns/phonbank}media"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.Gets the value of the language property.getMedia()
Gets the value of the media property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
Sets the value of the media property.
-
Field Details
-
date
-
language
-
media
-
-
Constructor Details
-
HeaderType
public HeaderType()
-
-
Method Details
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getLanguage
Gets the value of the language 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
set
method for the language property.For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getMedia
Gets the value of the media property.- Returns:
- possible object is
String
-
setMedia
Sets the value of the media property.- Parameters:
value
- allowed object isString
-