public class SigniantType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SigniantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SigniantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
password |
protected String |
tag |
protected String |
url |
protected String |
username |
| Constructor and Description |
|---|
SigniantType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getDescription()
Gets the value of the description property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getTag()
Gets the value of the tag property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetDescription() |
boolean |
isSetPassword() |
boolean |
isSetTag() |
boolean |
isSetUrl() |
boolean |
isSetUsername() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
SigniantType |
withDescription(String value) |
SigniantType |
withPassword(String value) |
SigniantType |
withTag(String value) |
SigniantType |
withUrl(String value) |
SigniantType |
withUsername(String value) |
protected String tag
protected String url
protected String username
protected String password
protected String description
public void setTag(String value)
value - allowed object is
Stringpublic boolean isSetTag()
public void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SigniantType withTag(String value)
public SigniantType withUrl(String value)
public SigniantType withUsername(String value)
public SigniantType withPassword(String value)
public SigniantType withDescription(String value)
Copyright © 2015. All rights reserved.