public class Reference extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="internal"/>
<enumeration value="external"/>
</restriction>
</simpleType>
</attribute>
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
prefix |
protected String |
target |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Reference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetPrefix() |
boolean |
isSetTarget() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String type
protected String target
protected String name
protected String prefix
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic boolean isSetTarget()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic boolean isSetPrefix()
Copyright © 2023. All rights reserved.