public class ExternalIdentifierNamespaceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExternalIdentifierNamespaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierNamespaceType">
<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="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
pattern |
protected Integer |
priority |
| Constructor and Description |
|---|
ExternalIdentifierNamespaceType() |
| 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 |
getPattern()
Gets the value of the pattern property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
boolean |
isSetName() |
boolean |
isSetPattern() |
boolean |
isSetPriority() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
ExternalIdentifierNamespaceType |
withName(String value) |
ExternalIdentifierNamespaceType |
withPattern(String value) |
ExternalIdentifierNamespaceType |
withPriority(Integer value) |
protected String name
protected String pattern
protected Integer priority
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic boolean isSetPattern()
public Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic boolean isSetPriority()
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 ExternalIdentifierNamespaceType withName(String value)
public ExternalIdentifierNamespaceType withPattern(String value)
public ExternalIdentifierNamespaceType withPriority(Integer value)
Copyright © 2015. All rights reserved.