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 | Class and Description |
---|---|
static class |
ExternalIdentifierNamespaceType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExternalIdentifierNamespaceType |
withName(String value) |
ExternalIdentifierNamespaceType |
withPattern(String value) |
ExternalIdentifierNamespaceType |
withPriority(Integer value) |
protected String name
protected String pattern
protected Integer priority
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getPattern()
String
public void setPattern(String value)
value
- allowed object is
String
public boolean isSetPattern()
public Integer getPriority()
Integer
public void setPriority(Integer value)
value
- allowed object is
Integer
public boolean isSetPriority()
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 ExternalIdentifierNamespaceType withName(String value)
public ExternalIdentifierNamespaceType withPattern(String value)
public ExternalIdentifierNamespaceType withPriority(Integer value)
public ExternalIdentifierNamespaceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.