Package ejava.projects.esales.dto
Class ReferencedType
- java.lang.Object
-
- ejava.projects.esales.dto.ReferencedType
-
public class ReferencedType extends Object
Java class for ReferencedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="refid" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ReferencedType()
Default no-arg constructorReferencedType(String refid)
Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRefid()
Gets the value of the refid property.void
setRefid(String value)
Sets the value of the refid property.
-