org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class Subject

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.jetspeed.jaxb.Subject
All Implemented Interfaces:
MetadataType

public class Subject
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
Subject()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getLang()
           
 java.lang.String getMetadataName()
           
 void setContent(java.lang.String value)
           
 void setLang(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.lang.String content

lang

protected java.lang.String lang
Constructor Detail

Subject

public Subject()
Method Detail

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.