public static class Result.Namespace 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="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType"
/>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType"
/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
prefix |
protected String |
uri |
protected String |
value |
| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefix()
Gets the value of the prefix property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setValue(String value)
Sets the value of the value property.
|
Result.Namespace |
withPrefix(String value) |
Result.Namespace |
withUri(String value) |
Result.Namespace |
withValue(String value) |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is Stringpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is Stringpublic Result.Namespace withValue(String value)
public Result.Namespace withPrefix(String value)
public Result.Namespace withUri(String value)
Copyright © 2014–2019. All rights reserved.