public class VidinetServiceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
VidinetServiceType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
endpoint |
protected String |
name |
protected List<String> |
scheme |
protected String |
state |
protected String |
type |
protected String |
url |
Constructor and Description |
---|
VidinetServiceType() |
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() |
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.EqualsStrategy 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.
|
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(Collection<String> values) |
VidinetServiceType |
withScheme(String... values) |
VidinetServiceType |
withState(String value) |
VidinetServiceType |
withType(String value) |
VidinetServiceType |
withUrl(String value) |
protected String url
protected String name
protected String endpoint
protected String type
protected String state
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getEndpoint()
String
public void setEndpoint(String value)
value
- allowed object is
String
public boolean isSetEndpoint()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public List<String> getScheme()
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
public boolean isSetScheme()
public void unsetScheme()
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
public VidinetServiceType withUrl(String value)
public VidinetServiceType withName(String value)
public VidinetServiceType withEndpoint(String value)
public VidinetServiceType withType(String value)
public VidinetServiceType withState(String value)
public VidinetServiceType withScheme(String... values)
public VidinetServiceType withScheme(Collection<String> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public VidinetServiceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.