Class Element.Field
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoai.Element.Field
-
- All Implemented Interfaces:
XMLWritable
- Enclosing class:
- Element
public static class Element.Field extends Object implements XMLWritable
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetValue()Gets the value of the value property.voidsetName(String value)Sets the value of the name property.voidsetValue(String value)Sets the value of the value property.voidwrite(XmlOutputContext writer)
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is ;
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object is ;
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is ;
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object is ;
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-