Package org.marketcetera.util.ws.tags
Class Tag
- java.lang.Object
-
- org.marketcetera.util.ws.tags.Tag
-
- All Implemented Interfaces:
Serializable
public class Tag extends Object implements Serializable
A generic ID tag.- Since:
- 1.0.0
- Version:
- $Id: Tag.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringmValueprivate static longserialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
mValue
private String mValue
-
-
Constructor Detail
-
Tag
protected Tag(String value)
Creates a new tag with the given ID value.- Parameters:
value- The ID value.
-
Tag
protected Tag()
Creates a new tag. This empty constructor is intended for use by JAXB.
-
-