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

java.lang.Object
  extended by javax.xml.bind.JAXBElement<java.lang.String>
      extended by org.apache.jetspeed.om.portlet.jetspeed.jaxb.Identifer
All Implemented Interfaces:
java.io.Serializable, MetadataType

public class Identifer
extends javax.xml.bind.JAXBElement<java.lang.String>
implements MetadataType

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.bind.JAXBElement
javax.xml.bind.JAXBElement.GlobalScope
 
Field Summary
protected static javax.xml.namespace.QName NAME
           
 
Fields inherited from class javax.xml.bind.JAXBElement
declaredType, name, nil, scope, value
 
Constructor Summary
Identifer(java.lang.String value)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getLang()
           
 java.lang.String getMetadataName()
           
 void setContent(java.lang.String value)
           
 
Methods inherited from class javax.xml.bind.JAXBElement
getDeclaredType, getName, getScope, getValue, isGlobalScope, isNil, isTypeSubstituted, setNil, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

protected static final javax.xml.namespace.QName NAME
Constructor Detail

Identifer

public Identifer(java.lang.String value)
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

getLang

public java.lang.String getLang()
Specified by:
getLang in interface MetadataType

setContent

public void setContent(java.lang.String value)
Specified by:
setContent in interface MetadataType


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.