public class AppUrl extends Object
Java class for AppUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppUrl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OsType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
osType |
protected String |
url |
| Constructor and Description |
|---|
AppUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOsType()
Gets the value of the osType property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setOsType(String value)
Sets the value of the osType property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public String getOsType()
Stringpublic void setOsType(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2024. All rights reserved.