Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.DescriptionType
-
Packages that use DescriptionType Package Description com.lyncode.xoai.serviceprovider.oaipmh com.lyncode.xoai.serviceprovider.oaipmh.spec -
-
Uses of DescriptionType in com.lyncode.xoai.serviceprovider.oaipmh
Methods in com.lyncode.xoai.serviceprovider.oaipmh that return DescriptionType Modifier and Type Method Description protected DescriptionTypeDescriptionTypeParser. parseElement(XMLEventReader reader) -
Uses of DescriptionType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec with type parameters of type DescriptionType Modifier and Type Field Description protected List<DescriptionType>IdentifyType. descriptionprotected List<DescriptionType>SetType. setDescriptionMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return types with arguments of type DescriptionType Modifier and Type Method Description List<DescriptionType>IdentifyType. getDescription()Gets the value of the description property.List<DescriptionType>SetType. getSetDescription()Gets the value of the setDescription property.
-