Class XmlContent
java.lang.Object
org.codehaus.modello.test.features.XmlContent
- All Implemented Interfaces:
Serializable
<field xml.content="true">: fields as XML
content,
for every simple type.- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate XmlContentLongField longContent.private XmlContentLongWithAttributesField longContentWithAttributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the longContent field.Get the longContentWithAttributes field.voidsetLongContent(XmlContentLong longContent) Set the longContent field.voidsetLongContentWithAttributes(XmlContentLongWithAttributes longContentWithAttributes) Set the longContentWithAttributes field.
-
Field Details
-
longContent
Field longContent. -
longContentWithAttributes
Field longContentWithAttributes.
-
-
Constructor Details
-
XmlContent
public XmlContent()
-
-
Method Details
-
getLongContent
-
getLongContentWithAttributes
Get the longContentWithAttributes field.- Returns:
- XmlContentLongWithAttributes
-
setLongContent
Set the longContent field.- Parameters:
longContent- a longContent object.
-
setLongContentWithAttributes
Set the longContentWithAttributes field.- Parameters:
longContentWithAttributes- a longContentWithAttributes object.
-