Class AddressSpaces.AddressSpace.Segments.Segment.AddressOffset
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.AddressSpaces.AddressSpace.Segments.Segment.AddressOffset
-
- Enclosing class:
- AddressSpaces.AddressSpace.Segments.Segment
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public static class AddressSpaces.AddressSpace.Segments.Segment.AddressOffset extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigInteger
bitStringLength
protected java.lang.String
choiceRef
protected java.util.List<java.lang.String>
configGroups
protected java.lang.String
dependency
protected FormatType
format
protected java.lang.String
id
protected java.lang.String
maximum
protected java.lang.String
minimum
protected java.lang.Float
order
protected java.lang.String
prompt
protected RangeTypeType
rangeType
protected ResolveType
resolve
protected java.lang.String
value
-
Constructor Summary
Constructors Constructor Description AddressOffset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getBitStringLength()
Gets the value of the bitStringLength property.java.lang.String
getChoiceRef()
Gets the value of the choiceRef property.java.util.List<java.lang.String>
getConfigGroups()
Gets the value of the configGroups property.java.lang.String
getDependency()
Gets the value of the dependency property.FormatType
getFormat()
Gets the value of the format property.java.lang.String
getId()
Gets the value of the id property.java.lang.String
getMaximum()
Gets the value of the maximum property.java.lang.String
getMinimum()
Gets the value of the minimum property.java.lang.Float
getOrder()
Gets the value of the order property.java.util.Map<javax.xml.namespace.QName,java.lang.String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.String
getPrompt()
Gets the value of the prompt property.RangeTypeType
getRangeType()
Gets the value of the rangeType property.ResolveType
getResolve()
Gets the value of the resolve property.java.lang.String
getValue()
A scaled nonnegative integer that consists of the value set {0, 1, ...}.void
setBitStringLength(java.math.BigInteger value)
Sets the value of the bitStringLength property.void
setChoiceRef(java.lang.String value)
Sets the value of the choiceRef property.void
setDependency(java.lang.String value)
Sets the value of the dependency property.void
setFormat(FormatType value)
Sets the value of the format property.void
setId(java.lang.String value)
Sets the value of the id property.void
setMaximum(java.lang.String value)
Sets the value of the maximum property.void
setMinimum(java.lang.String value)
Sets the value of the minimum property.void
setOrder(java.lang.Float value)
Sets the value of the order property.void
setPrompt(java.lang.String value)
Sets the value of the prompt property.void
setRangeType(RangeTypeType value)
Sets the value of the rangeType property.void
setResolve(ResolveType value)
Sets the value of the resolve property.void
setValue(java.lang.String value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String value
-
prompt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String prompt
-
format
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected FormatType format
-
rangeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected RangeTypeType rangeType
-
choiceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String choiceRef
-
order
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.Float order
-
configGroups
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.util.List<java.lang.String> configGroups
-
bitStringLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.math.BigInteger bitStringLength
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String maximum
-
resolve
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected ResolveType resolve
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String id
-
dependency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String dependency
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getValue()
A scaled nonnegative integer that consists of the value set {0, 1, ...}. It is derived from scaledInteger and it supports a magnitude scale suffix of upper or lower case K (kilo=2^10), M (mega=2^20), G (giga=2^30) or T (tera=2^40).- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getPrompt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getPrompt()
Gets the value of the prompt property.- Returns:
- possible object is
String
-
setPrompt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setPrompt(java.lang.String value)
Sets the value of the prompt property.- Parameters:
value
- allowed object isString
-
getFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public FormatType getFormat()
Gets the value of the format property.- Returns:
- possible object is
FormatType
-
setFormat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setFormat(FormatType value)
Sets the value of the format property.- Parameters:
value
- allowed object isFormatType
-
getRangeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public RangeTypeType getRangeType()
Gets the value of the rangeType property.- Returns:
- possible object is
RangeTypeType
-
setRangeType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setRangeType(RangeTypeType value)
Sets the value of the rangeType property.- Parameters:
value
- allowed object isRangeTypeType
-
getChoiceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getChoiceRef()
Gets the value of the choiceRef property.- Returns:
- possible object is
String
-
setChoiceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setChoiceRef(java.lang.String value)
Sets the value of the choiceRef property.- Parameters:
value
- allowed object isString
-
getOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.Float getOrder()
Gets the value of the order property.- Returns:
- possible object is
Float
-
setOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setOrder(java.lang.Float value)
Sets the value of the order property.- Parameters:
value
- allowed object isFloat
-
getConfigGroups
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.util.List<java.lang.String> getConfigGroups()
Gets the value of the configGroups property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the configGroups property.For example, to add a new item, do as follows:
getConfigGroups().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getBitStringLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.math.BigInteger getBitStringLength()
Gets the value of the bitStringLength property.- Returns:
- possible object is
BigInteger
-
setBitStringLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setBitStringLength(java.math.BigInteger value)
Sets the value of the bitStringLength property.- Parameters:
value
- allowed object isBigInteger
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getMinimum()
Gets the value of the minimum property.- Returns:
- possible object is
String
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setMinimum(java.lang.String value)
Sets the value of the minimum property.- Parameters:
value
- allowed object isString
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getMaximum()
Gets the value of the maximum property.- Returns:
- possible object is
String
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setMaximum(java.lang.String value)
Sets the value of the maximum property.- Parameters:
value
- allowed object isString
-
getResolve
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public ResolveType getResolve()
Gets the value of the resolve property.- Returns:
- possible object is
ResolveType
-
setResolve
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setResolve(ResolveType value)
Sets the value of the resolve property.- Parameters:
value
- allowed object isResolveType
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getDependency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getDependency()
Gets the value of the dependency property.- Returns:
- possible object is
String
-
setDependency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setDependency(java.lang.String value)
Sets the value of the dependency property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-