public class XmlTitle
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
XmlTitle()
Default constructor
|
XmlTitle(java.lang.String value)
Constructor to create a
XmlTitle with the specified title. |
XmlTitle(java.lang.String value,
TitleType titleType)
Constructor to create a
XmlTitle with the specified title and
titleType. |
XmlTitle(UntypedData data)
Copy-Constructor to create a
XmlTitle object from a
UntypedData object. |
| Modifier and Type | Method and Description |
|---|---|
TitleType |
getTitleType()
Returns the value of field 'titleType'.
|
java.lang.String |
getValue()
Returns the value of field 'value'.
|
void |
setTitleType(TitleType titleType)
Sets the value of field 'titleType'.
|
void |
setValue(java.lang.String value)
Sets the value of field 'value'.
|
public XmlTitle()
public XmlTitle(java.lang.String value)
XmlTitle with the specified title.value - the title to set.public XmlTitle(java.lang.String value,
TitleType titleType)
XmlTitle with the specified title and
titleType.value - the title to set.titleType - the titleType to set.public XmlTitle(UntypedData data)
XmlTitle object from a
UntypedData object.data - to convert into a XmlTitle.public java.lang.String getValue()
public TitleType getTitleType()
public void setValue(java.lang.String value)
value - the value of field 'value'.public void setTitleType(TitleType titleType)
titleType - the value of field 'titleType'.