|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.SelfRefType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:13+02:00", comments="JAXB RI v2.2.6") public abstract class SelfRefType
Elements of this base type do not require any content, instead it is also possible to refer to another element with the same type and same name. The referencee should specify and id, and the referencer should specify a ref-attribute.
Java class for SelfRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelfRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SelfRefType()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
String |
getRef()
Gets the value of the ref property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRef(String value)
Sets the value of the ref property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelfRefType()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |