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.
|
ExternalIdentifierType |
withEntityId(String value) |
ExternalIdentifierType |
withEntityType(String value) |
ExternalIdentifierType |
withExternalId(String value) |
ExternalIdentifierType |
withNamespace(String value) |
protected String entityId
protected String entityType
protected String namespace
protected String externalId
public String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic boolean isSetEntityId()
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic boolean isSetEntityType()
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic boolean isSetNamespace()
public String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic boolean isSetExternalId()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ExternalIdentifierType withEntityId(String value)
public ExternalIdentifierType withEntityType(String value)
public ExternalIdentifierType withNamespace(String value)
public ExternalIdentifierType withExternalId(String value)
Copyright © 2015. All rights reserved.