public class SequenceRangeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for SequenceRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceRangeType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="wildcard" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SequenceRangeType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Long |
count |
protected long |
start |
protected String |
value |
protected Integer |
width |
protected String |
wildcard |
Constructor and Description |
---|
SequenceRangeType() |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
long |
getCount()
Gets the value of the count property.
|
long |
getStart()
Gets the value of the start property.
|
String |
getValue()
Gets the value of the value property.
|
int |
getWidth()
Gets the value of the width property.
|
String |
getWildcard()
Gets the value of the wildcard property.
|
boolean |
isSetCount() |
boolean |
isSetStart() |
boolean |
isSetValue() |
boolean |
isSetWidth() |
boolean |
isSetWildcard() |
void |
setCount(long value)
Sets the value of the count property.
|
void |
setStart(long value)
Sets the value of the start property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
setWildcard(String value)
Sets the value of the wildcard property.
|
void |
unsetCount() |
void |
unsetWidth() |
SequenceRangeType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SequenceRangeType |
withCount(long value) |
SequenceRangeType |
withStart(long value) |
SequenceRangeType |
withValue(String value) |
SequenceRangeType |
withWidth(int value) |
SequenceRangeType |
withWildcard(String value) |
protected String value
protected long start
protected Integer width
protected Long count
protected String wildcard
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public long getStart()
public void setStart(long value)
public boolean isSetStart()
public int getWidth()
Integer
public void setWidth(int value)
value
- allowed object is
Integer
public boolean isSetWidth()
public void unsetWidth()
public long getCount()
Long
public void setCount(long value)
value
- allowed object is
Long
public boolean isSetCount()
public void unsetCount()
public String getWildcard()
String
public void setWildcard(String value)
value
- allowed object is
String
public boolean isSetWildcard()
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 SequenceRangeType withValue(String value)
public SequenceRangeType withStart(long value)
public SequenceRangeType withWidth(int value)
public SequenceRangeType withCount(long value)
public SequenceRangeType withWildcard(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public SequenceRangeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.