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

Method Summary
 String[] getLicenses()
           
 String getOperatingSystems()
           
 String[] getProgrammingLanguages()
           
 URL[] getRelatedLinks()
           
 IntUnit[] getSquareFootages()
           
 String[] getSubjectAreas()
           
 void setLicenses(String[] licenses)
           
 void setOperatingSystems(String systems)
           
 void setProgrammingLanguages(String[] languages)
           
 void setRelatedLinks(URL[] links)
           
 void setSquareFootages(IntUnit[] squareFootages)
           
 void setSubjectAreas(String[] subjectAreas)
           
 
Methods inherited from interface org.rometools.feed.module.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()


Copyright © 2013 ROME Project. All Rights Reserved.