Package com.vidispine.generated
Class VidinetServiceType
- java.lang.Object
-
- com.vidispine.generated.VidinetServiceType
-
- 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 VidinetServiceType 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 VidinetServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VidinetServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="scheme" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VidinetServiceType.PropInfo
-
Constructor Summary
Constructors Constructor Description VidinetServiceType()
-
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
getEndpoint()
Gets the value of the endpoint property.String
getName()
Gets the value of the name property.List<String>
getScheme()
Gets the value of the scheme property.String
getState()
Gets the value of the state property.String
getType()
Gets the value of the type property.String
getUrl()
Gets the value of the url property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetEndpoint()
boolean
isSetName()
boolean
isSetScheme()
boolean
isSetState()
boolean
isSetType()
boolean
isSetUrl()
void
setEndpoint(String value)
Sets the value of the endpoint property.void
setName(String value)
Sets the value of the name property.void
setState(String value)
Sets the value of the state property.void
setType(String value)
Sets the value of the type property.void
setUrl(String value)
Sets the value of the url property.void
unsetScheme()
VidinetServiceType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VidinetServiceType
withEndpoint(String value)
VidinetServiceType
withName(String value)
VidinetServiceType
withScheme(String... values)
VidinetServiceType
withScheme(Collection<String> values)
VidinetServiceType
withState(String value)
VidinetServiceType
withType(String value)
VidinetServiceType
withUrl(String value)
-
-
-
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()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getEndpoint
public String getEndpoint()
Gets the value of the endpoint property.- Returns:
- possible object is
String
-
setEndpoint
public void setEndpoint(String value)
Sets the value of the endpoint property.- Parameters:
value
- allowed object isString
-
isSetEndpoint
public boolean isSetEndpoint()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
getScheme
public List<String> getScheme()
Gets the value of the scheme property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the scheme property.For example, to add a new item, do as follows:
getScheme().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetScheme
public boolean isSetScheme()
-
unsetScheme
public void unsetScheme()
-
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 VidinetServiceType withUrl(String value)
-
withName
public VidinetServiceType withName(String value)
-
withEndpoint
public VidinetServiceType withEndpoint(String value)
-
withType
public VidinetServiceType withType(String value)
-
withState
public VidinetServiceType withState(String value)
-
withScheme
public VidinetServiceType withScheme(String... values)
-
withScheme
public VidinetServiceType withScheme(Collection<String> values)
-
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 VidinetServiceType 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
-
-