public class ExternalIdentifierType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExternalIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
entityId |
protected String |
entityType |
protected String |
externalId |
protected String |
namespace |
Constructor and Description |
---|
ExternalIdentifierType() |
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 |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
boolean |
isSetEntityId() |
boolean |
isSetEntityType() |
boolean |
isSetExternalId() |
boolean |
isSetNamespace() |
void |
setEntityId(String value)
Sets the value of the entityId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected String entityId
protected String entityType
protected String namespace
protected String externalId
public String getEntityId()
String
public void setEntityId(String value)
value
- allowed object is
String
public boolean isSetEntityId()
public String getEntityType()
String
public void setEntityType(String value)
value
- allowed object is
String
public boolean isSetEntityType()
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public boolean isSetNamespace()
public String getExternalId()
String
public void setExternalId(String value)
value
- allowed object is
String
public boolean isSetExternalId()
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 © 2015. All rights reserved.