Package com.rometools.modules.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getLicenses()StringgetOperatingSystems()String[]getProgrammingLanguages()URL[]getRelatedLinks()IntUnit[]getSquareFootages()String[]getSubjectAreas()voidsetLicenses(String[] licenses)voidsetOperatingSystems(String systems)voidsetProgrammingLanguages(String[] languages)voidsetRelatedLinks(URL[] links)voidsetSquareFootages(IntUnit[] squareFootages)voidsetSubjectAreas(String[] subjectAreas)-
Methods inherited from interface com.rometools.modules.base.GlobalInterface
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels
-
-
-
-
Method Detail
-
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()
-
-