public class XsdPositiveIntegerType extends Object
Java class for xsdPositiveIntegerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdPositiveIntegerType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>long">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected long |
value |
| Constructor and Description |
|---|
XsdPositiveIntegerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
long |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(long value)
Sets the value of the value property.
|
XsdPositiveIntegerType |
withId(String value) |
XsdPositiveIntegerType |
withValue(long value) |
protected long value
protected String id
public long getValue()
public void setValue(long value)
public void setId(String value)
value - allowed object is
Stringpublic XsdPositiveIntegerType withValue(long value)
public XsdPositiveIntegerType withId(String value)
Copyright © 2019. All rights reserved.