Package com.vidispine.generated
Class SiteDefinitionType
- java.lang.Object
-
- com.vidispine.generated.SiteDefinitionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class SiteDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SiteDefinitionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
password
protected SyncPolicyType
syncPolicy
protected String
url
protected String
username
-
Constructor Summary
Constructors Constructor Description SiteDefinitionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SiteDefinitionType
withPassword(String value)
SiteDefinitionType
withSyncPolicy(SyncPolicyType value)
SiteDefinitionType
withUrl(String value)
SiteDefinitionType
withUsername(String value)
-
-
-
Field Detail
-
url
protected String url
-
username
protected String username
-
password
protected String password
-
syncPolicy
protected SyncPolicyType syncPolicy
-
-
Method Detail
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
getUsername
public String getUsername()
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
public void setUsername(String value)
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername()
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
public void setPassword(String value)
Sets the value of the password property.- Parameters:
value
- allowed object isString
-
isSetPassword
public boolean isSetPassword()
-
getSyncPolicy
public SyncPolicyType getSyncPolicy()
Gets the value of the syncPolicy property.- Returns:
- possible object is
SyncPolicyType
-
setSyncPolicy
public void setSyncPolicy(SyncPolicyType value)
Sets the value of the syncPolicy property.- Parameters:
value
- allowed object isSyncPolicyType
-
isSetSyncPolicy
public boolean isSetSyncPolicy()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withUrl
public SiteDefinitionType withUrl(String value)
-
withUsername
public SiteDefinitionType withUsername(String value)
-
withPassword
public SiteDefinitionType withPassword(String value)
-
withSyncPolicy
public SiteDefinitionType withSyncPolicy(SyncPolicyType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public SiteDefinitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-