public class MetadataReferencedType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataReferencedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataReferencedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uuid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
MetadataReferencedType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
type |
protected String |
uuid |
Constructor and Description |
---|
MetadataReferencedType() |
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 |
getId()
Gets the value of the id property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
boolean |
isSetId() |
boolean |
isSetType() |
boolean |
isSetUuid() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
MetadataReferencedType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataReferencedType |
withId(String value) |
MetadataReferencedType |
withType(String value) |
MetadataReferencedType |
withUuid(String value) |
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
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 MetadataReferencedType withId(String value)
public MetadataReferencedType withUuid(String value)
public MetadataReferencedType withType(String value)
public MetadataReferencedType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.