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.
|
protected String tag
protected String url
protected String username
protected String password
protected String description
public void setTag(String value)
value
- allowed object is
String
public boolean isSetTag()
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.