@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:34:01+02:00", comments="JAXB RI v2.2.11") public class VerseType extends BaseType implements Serializable
Java class for VerseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="VerseSeq" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="VerseNum" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="VerseSeqParent" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="VerseLevel" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="VerseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CheckBoxInd" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MinCheckNum" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="AndClauseNum" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Text" type="{urn:be:fgov:ehealth:samcivics:type:v2}TextType" maxOccurs="unbounded"/>
<element name="RequestType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AgreementTerm" type="{urn:be:fgov:ehealth:samcivics:type:v2}AgreementTermType" minOccurs="0"/>
<element name="MaxPackageNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="LegalReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ModificationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="AgreementYearMax" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="AgreementRenewalMax" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="SexRestricted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MinimumAgeAuthorized" type="{urn:be:fgov:ehealth:samcivics:type:v2}MinimumAgeAuthorizedType" minOccurs="0"/>
<element name="MaximumAgeAuthorized" type="{urn:be:fgov:ehealth:samcivics:type:v2}MaximumAgeAuthorizedType" minOccurs="0"/>
<element name="MaximumContentQuantity" type="{urn:be:fgov:ehealth:samcivics:type:v2}MaximumContentType" minOccurs="0"/>
<element name="MaximumStrengthQuantity" type="{urn:be:fgov:ehealth:samcivics:type:v2}MaximumStrengthType" minOccurs="0"/>
<element name="MaximumDurationQuantity" type="{urn:be:fgov:ehealth:samcivics:type:v2}MaximumDurationType" minOccurs="0"/>
<element name="OtherAddedDocumentInd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PurchasingAdvisorQualListId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddedDocumentInd" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VerseType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAgreementRenewalMax()
Gets the value of the agreementRenewalMax property.
|
AgreementTermType |
getAgreementTerm()
Gets the value of the agreementTerm property.
|
BigInteger |
getAgreementYearMax()
Gets the value of the agreementYearMax property.
|
BigInteger |
getAndClauseNum()
Gets the value of the andClauseNum property.
|
String |
getLegalReference()
Gets the value of the legalReference property.
|
MaximumAgeAuthorizedType |
getMaximumAgeAuthorized()
Gets the value of the maximumAgeAuthorized property.
|
MaximumContentType |
getMaximumContentQuantity()
Gets the value of the maximumContentQuantity property.
|
MaximumDurationType |
getMaximumDurationQuantity()
Gets the value of the maximumDurationQuantity property.
|
MaximumStrengthType |
getMaximumStrengthQuantity()
Gets the value of the maximumStrengthQuantity property.
|
BigInteger |
getMaxPackageNumber()
Gets the value of the maxPackageNumber property.
|
BigInteger |
getMinCheckNum()
Gets the value of the minCheckNum property.
|
MinimumAgeAuthorizedType |
getMinimumAgeAuthorized()
Gets the value of the minimumAgeAuthorized property.
|
org.joda.time.DateTime |
getModificationDate()
Gets the value of the modificationDate property.
|
String |
getPurchasingAdvisorQualListId()
Gets the value of the purchasingAdvisorQualListId property.
|
String |
getRequestType()
Gets the value of the requestType property.
|
List<TextType> |
getTexts()
Gets the value of the texts property.
|
BigInteger |
getVerseLevel()
Gets the value of the verseLevel property.
|
BigInteger |
getVerseNum()
Gets the value of the verseNum property.
|
BigInteger |
getVerseSeq()
Gets the value of the verseSeq property.
|
BigInteger |
getVerseSeqParent()
Gets the value of the verseSeqParent property.
|
String |
getVerseType()
Gets the value of the verseType property.
|
boolean |
isAddedDocumentInd()
Gets the value of the addedDocumentInd property.
|
boolean |
isCheckBoxInd()
Gets the value of the checkBoxInd property.
|
Boolean |
isOtherAddedDocumentInd()
Gets the value of the otherAddedDocumentInd property.
|
Boolean |
isSexRestricted()
Gets the value of the sexRestricted property.
|
void |
setAddedDocumentInd(boolean value)
Sets the value of the addedDocumentInd property.
|
void |
setAgreementRenewalMax(BigInteger value)
Sets the value of the agreementRenewalMax property.
|
void |
setAgreementTerm(AgreementTermType value)
Sets the value of the agreementTerm property.
|
void |
setAgreementYearMax(BigInteger value)
Sets the value of the agreementYearMax property.
|
void |
setAndClauseNum(BigInteger value)
Sets the value of the andClauseNum property.
|
void |
setCheckBoxInd(boolean value)
Sets the value of the checkBoxInd property.
|
void |
setLegalReference(String value)
Sets the value of the legalReference property.
|
void |
setMaximumAgeAuthorized(MaximumAgeAuthorizedType value)
Sets the value of the maximumAgeAuthorized property.
|
void |
setMaximumContentQuantity(MaximumContentType value)
Sets the value of the maximumContentQuantity property.
|
void |
setMaximumDurationQuantity(MaximumDurationType value)
Sets the value of the maximumDurationQuantity property.
|
void |
setMaximumStrengthQuantity(MaximumStrengthType value)
Sets the value of the maximumStrengthQuantity property.
|
void |
setMaxPackageNumber(BigInteger value)
Sets the value of the maxPackageNumber property.
|
void |
setMinCheckNum(BigInteger value)
Sets the value of the minCheckNum property.
|
void |
setMinimumAgeAuthorized(MinimumAgeAuthorizedType value)
Sets the value of the minimumAgeAuthorized property.
|
void |
setModificationDate(org.joda.time.DateTime value)
Sets the value of the modificationDate property.
|
void |
setOtherAddedDocumentInd(Boolean value)
Sets the value of the otherAddedDocumentInd property.
|
void |
setPurchasingAdvisorQualListId(String value)
Sets the value of the purchasingAdvisorQualListId property.
|
void |
setRequestType(String value)
Sets the value of the requestType property.
|
void |
setSexRestricted(Boolean value)
Sets the value of the sexRestricted property.
|
void |
setVerseLevel(BigInteger value)
Sets the value of the verseLevel property.
|
void |
setVerseNum(BigInteger value)
Sets the value of the verseNum property.
|
void |
setVerseSeq(BigInteger value)
Sets the value of the verseSeq property.
|
void |
setVerseSeqParent(BigInteger value)
Sets the value of the verseSeqParent property.
|
void |
setVerseType(String value)
Sets the value of the verseType property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic BigInteger getVerseSeq()
BigIntegerpublic void setVerseSeq(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVerseNum()
BigIntegerpublic void setVerseNum(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVerseSeqParent()
BigIntegerpublic void setVerseSeqParent(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVerseLevel()
BigIntegerpublic void setVerseLevel(BigInteger value)
value - allowed object is
BigIntegerpublic String getVerseType()
Stringpublic void setVerseType(String value)
value - allowed object is
Stringpublic boolean isCheckBoxInd()
public void setCheckBoxInd(boolean value)
public BigInteger getMinCheckNum()
BigIntegerpublic void setMinCheckNum(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAndClauseNum()
BigIntegerpublic void setAndClauseNum(BigInteger value)
value - allowed object is
BigIntegerpublic List<TextType> getTexts()
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 texts property.
For example, to add a new item, do as follows:
getTexts().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public String getRequestType()
Stringpublic void setRequestType(String value)
value - allowed object is
Stringpublic AgreementTermType getAgreementTerm()
AgreementTermTypepublic void setAgreementTerm(AgreementTermType value)
value - allowed object is
AgreementTermTypepublic BigInteger getMaxPackageNumber()
BigIntegerpublic void setMaxPackageNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getLegalReference()
Stringpublic void setLegalReference(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getModificationDate()
Stringpublic void setModificationDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic BigInteger getAgreementYearMax()
BigIntegerpublic void setAgreementYearMax(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAgreementRenewalMax()
BigIntegerpublic void setAgreementRenewalMax(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isSexRestricted()
Booleanpublic void setSexRestricted(Boolean value)
value - allowed object is
Booleanpublic MinimumAgeAuthorizedType getMinimumAgeAuthorized()
MinimumAgeAuthorizedTypepublic void setMinimumAgeAuthorized(MinimumAgeAuthorizedType value)
value - allowed object is
MinimumAgeAuthorizedTypepublic MaximumAgeAuthorizedType getMaximumAgeAuthorized()
MaximumAgeAuthorizedTypepublic void setMaximumAgeAuthorized(MaximumAgeAuthorizedType value)
value - allowed object is
MaximumAgeAuthorizedTypepublic MaximumContentType getMaximumContentQuantity()
MaximumContentTypepublic void setMaximumContentQuantity(MaximumContentType value)
value - allowed object is
MaximumContentTypepublic MaximumStrengthType getMaximumStrengthQuantity()
MaximumStrengthTypepublic void setMaximumStrengthQuantity(MaximumStrengthType value)
value - allowed object is
MaximumStrengthTypepublic MaximumDurationType getMaximumDurationQuantity()
MaximumDurationTypepublic void setMaximumDurationQuantity(MaximumDurationType value)
value - allowed object is
MaximumDurationTypepublic Boolean isOtherAddedDocumentInd()
Booleanpublic void setOtherAddedDocumentInd(Boolean value)
value - allowed object is
Booleanpublic String getPurchasingAdvisorQualListId()
Stringpublic void setPurchasingAdvisorQualListId(String value)
value - allowed object is
Stringpublic boolean isAddedDocumentInd()
public void setAddedDocumentInd(boolean value)
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.