org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class Title
java.lang.Object
org.apache.jetspeed.om.portlet.jetspeed.jaxb.Title
- All Implemented Interfaces:
- MetadataType
public class Title
- extends java.lang.Object
- implements MetadataType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained
within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
content
|
protected java.lang.String |
lang
|
|
Constructor Summary |
Title()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected java.lang.String content
lang
protected java.lang.String lang
Title
public Title()
getMetadataName
public java.lang.String getMetadataName()
- Specified by:
getMetadataName in interface MetadataType
getContent
public java.lang.String getContent()
- Specified by:
getContent in interface MetadataType
setContent
public void setContent(java.lang.String value)
- Specified by:
setContent in interface MetadataType
getLang
public java.lang.String getLang()
- Specified by:
getLang in interface MetadataType
setLang
public void setLang(java.lang.String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.