Class ListMetadataFormatsType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.ListMetadataFormatsType
-
public class ListMetadataFormatsType extends Object
Java class for ListMetadataFormatsType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MetadataFormatType>metadataFormat
-
Constructor Summary
Constructors Constructor Description ListMetadataFormatsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetadataFormatType>getMetadataFormat()Gets the value of the metadataFormat property.
-
-
-
Field Detail
-
metadataFormat
protected List<MetadataFormatType> metadataFormat
-
-
Method Detail
-
getMetadataFormat
public List<MetadataFormatType> getMetadataFormat()
Gets the value of the metadataFormat 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 JAXB object. This is why there is not a method for the metadataFormat property. For example, to add a new item, do as follows: getMetadataFormat().add(newItem); Objects of the following type(s) are allowed in the list ;
-
-