public class Property extends Object implements org.pageseeder.xmlwriter.XMLWritable
Implementation note: this version only support simple single value properties.
public Property(String name)
public String getName()
public String getType()
public String getValue()
public void setName(String name)
name - the name to setpublic void setType(String type)
type - the type to setpublic void setValue(String value)
value - the value to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic void toXML(org.pageseeder.xmlwriter.XMLWriter psml)
throws IOException
toXML in interface org.pageseeder.xmlwriter.XMLWritableIOExceptionCopyright © 2016 Allette Systems. All rights reserved.