Package gov.nih.mipav.model.file
Class FileXML.XMLAttributes
- java.lang.Object
-
- gov.nih.mipav.model.file.FileXML.XMLAttributes
-
- Enclosing class:
- FileXML
public class FileXML.XMLAttributes extends java.lang.Object
Class used to store an xml tag's attribute (name and value)
-
-
Constructor Summary
Constructors Constructor Description XMLAttributes(java.lang.String n, java.lang.String v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
-