@XStreamConverter(value=UriConverter.class) public class Uri extends Object
Java class for uri complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uri"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="resolvable" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
resolvable |
protected String |
value |
Constructor and Description |
---|
Uri() |
Modifier and Type | Method and Description |
---|---|
String |
getResolvable()
Gets the value of the resolvable property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setResolvable(String value)
Sets the value of the resolvable property.
|
void |
setValue(String value)
Sets the value of the value property.
|
@XStreamAsAttribute protected String resolvable
public Uri()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getResolvable()
String
public void setResolvable(String value)
value
- allowed object is
String
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.