public class ExportLocationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExportLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportLocationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="projection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
projection |
protected String |
script |
protected List<String> |
tag |
protected String |
uri |
Constructor and Description |
---|
ExportLocationType() |
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 |
getName()
Gets the value of the name property.
|
String |
getProjection()
Gets the value of the projection property.
|
String |
getScript()
Gets the value of the script property.
|
List<String> |
getTag()
Gets the value of the tag property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetName() |
boolean |
isSetProjection() |
boolean |
isSetScript() |
boolean |
isSetTag() |
boolean |
isSetUri() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setProjection(String value)
Sets the value of the projection property.
|
void |
setScript(String value)
Sets the value of the script property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetTag() |
protected String name
protected String uri
protected String projection
protected String script
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getProjection()
String
public void setProjection(String value)
value
- allowed object is
String
public boolean isSetProjection()
public List<String> getTag()
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 tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetTag()
public void unsetTag()
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public boolean isSetScript()
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.