org.rometools.feed.module.base
Interface Unknown
- All Superinterfaces:
- GlobalInterface, Serializable
- All Known Subinterfaces:
- GoogleBase
- All Known Implementing Classes:
- GoogleBaseImpl
public interface Unknown
- extends GlobalInterface
This interface contains all the other schema elements that the document
doesn't associate with a particular type.
- Author:
- Robert "kebernet"
Cooper
setLicenses
void setLicenses(String[] licenses)
getLicenses
String[] getLicenses()
setOperatingSystems
void setOperatingSystems(String systems)
getOperatingSystems
String getOperatingSystems()
setProgrammingLanguages
void setProgrammingLanguages(String[] languages)
getProgrammingLanguages
String[] getProgrammingLanguages()
setRelatedLinks
void setRelatedLinks(URL[] links)
getRelatedLinks
URL[] getRelatedLinks()
setSquareFootages
void setSquareFootages(IntUnit[] squareFootages)
getSquareFootages
IntUnit[] getSquareFootages()
setSubjectAreas
void setSubjectAreas(String[] subjectAreas)
getSubjectAreas
String[] getSubjectAreas()
Copyright © 2013 ROME Project. All Rights Reserved.