|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.ValueRefString
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class ValueRefString
Elements of this type do not require any content, instead it is also possible to refer to another element in the same document with the same values. The referencee should specify and id, and the referencer should specify a ref-attribute.
Java class for ValueRefString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueRefString"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="ValueRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
ValueRefString()
|
Method Summary | |
---|---|
String |
getValue()
Gets the value of the value property. |
String |
getValueRef()
Gets the value of the valueRef property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
setValueRef(String value)
Sets the value of the valueRef property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueRefString()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getValueRef()
String
public void setValueRef(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |