|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.WriteValueConstraintType.Minimum
public static class WriteValueConstraintType.Minimum
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>
Constructor Summary | |
---|---|
WriteValueConstraintType.Minimum()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteValueConstraintType.Minimum()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPrompt()
String
public void setPrompt(java.lang.String value)
value
- allowed object is
String
public FormatType getFormat()
FormatType
public void setFormat(FormatType value)
value
- allowed object is
FormatType
public RangeTypeType getRangeType()
RangeTypeType
public void setRangeType(RangeTypeType value)
value
- allowed object is
RangeTypeType
public java.lang.String getChoiceRef()
String
public void setChoiceRef(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getOrder()
Float
public void setOrder(java.lang.Float value)
value
- allowed object is
Float
public java.util.List<java.lang.String> getConfigGroups()
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 JAXB 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
public java.math.BigInteger getBitStringLength()
BigInteger
public void setBitStringLength(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getMinimum()
String
public void setMinimum(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaximum()
String
public void setMaximum(java.lang.String value)
value
- allowed object is
String
public ResolveType getResolve()
ResolveType
public void setResolve(ResolveType value)
value
- allowed object is
ResolveType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDependency()
String
public void setDependency(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |