Package ejava.projects.eleague.dto
Class ReferencedType
- java.lang.Object
-
- ejava.projects.eleague.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 StringgetRefid()Gets the value of the refid property.voidsetRefid(String value)Sets the value of the refid property.
-