Class HeaderType

java.lang.Object
ca.phon.session.io.xml.v13.HeaderType

public class HeaderType extends Object

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 Details

  • Constructor Details

    • HeaderType

      public HeaderType()
  • Method Details

    • getDate

      public XMLGregorianCalendar getDate()
      Gets the value of the date property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDate

      public void setDate(XMLGregorianCalendar value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLanguage

      public List<String> 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

      public String getMedia()
      Gets the value of the media property.
      Returns:
      possible object is String
    • setMedia

      public void setMedia(String value)
      Sets the value of the media property.
      Parameters:
      value - allowed object is String