public static class ResourceTypeListType.Resourcetype extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ResourceTypeListType.Resourcetype.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
type |
protected String |
url |
Constructor and Description |
---|
Resourcetype() |
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 |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetType() |
boolean |
isSetUrl() |
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
ResourceTypeListType.Resourcetype |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ResourceTypeListType.Resourcetype |
withType(String value) |
ResourceTypeListType.Resourcetype |
withUrl(String value) |
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
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 ResourceTypeListType.Resourcetype withType(String value)
public ResourceTypeListType.Resourcetype withUrl(String value)
public ResourceTypeListType.Resourcetype visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.