public class SiteDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SiteDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiteDefinitionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="syncPolicy" type="{http://xml.vidispine.com/schema/vidispine}SyncPolicyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected SyncPolicyType |
syncPolicy |
protected String |
url |
protected String |
username |
| Constructor and Description |
|---|
SiteDefinitionType() |
| 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 |
getPassword()
Gets the value of the password property.
|
SyncPolicyType |
getSyncPolicy()
Gets the value of the syncPolicy property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetPassword() |
boolean |
isSetSyncPolicy() |
boolean |
isSetUrl() |
boolean |
isSetUsername() |
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSyncPolicy(SyncPolicyType value)
Sets the value of the syncPolicy property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
SiteDefinitionType |
withPassword(String value) |
SiteDefinitionType |
withSyncPolicy(SyncPolicyType value) |
SiteDefinitionType |
withUrl(String value) |
SiteDefinitionType |
withUsername(String value) |
protected String url
protected String username
protected String password
protected SyncPolicyType syncPolicy
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 SyncPolicyType getSyncPolicy()
SyncPolicyTypepublic void setSyncPolicy(SyncPolicyType value)
value - allowed object is
SyncPolicyTypepublic boolean isSetSyncPolicy()
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 SiteDefinitionType withUrl(String value)
public SiteDefinitionType withUsername(String value)
public SiteDefinitionType withPassword(String value)
public SiteDefinitionType withSyncPolicy(SyncPolicyType value)
Copyright © 2015. All rights reserved.