@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:57+02:00", comments="JAXB RI v2.3.7") 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, setStartDate
public BigInteger getVerseSeq()
BigInteger
public void setVerseSeq(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getVerseNum()
BigInteger
public void setVerseNum(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getVerseSeqParent()
BigInteger
public void setVerseSeqParent(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getVerseLevel()
BigInteger
public void setVerseLevel(BigInteger value)
value
- allowed object is
BigInteger
public String getVerseType()
String
public void setVerseType(String value)
value
- allowed object is
String
public boolean isCheckBoxInd()
public void setCheckBoxInd(boolean value)
public BigInteger getMinCheckNum()
BigInteger
public void setMinCheckNum(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getAndClauseNum()
BigInteger
public void setAndClauseNum(BigInteger value)
value
- allowed object is
BigInteger
public 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()
String
public void setRequestType(String value)
value
- allowed object is
String
public AgreementTermType getAgreementTerm()
AgreementTermType
public void setAgreementTerm(AgreementTermType value)
value
- allowed object is
AgreementTermType
public BigInteger getMaxPackageNumber()
BigInteger
public void setMaxPackageNumber(BigInteger value)
value
- allowed object is
BigInteger
public String getLegalReference()
String
public void setLegalReference(String value)
value
- allowed object is
String
public org.joda.time.DateTime getModificationDate()
String
public void setModificationDate(org.joda.time.DateTime value)
value
- allowed object is
String
public BigInteger getAgreementYearMax()
BigInteger
public void setAgreementYearMax(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getAgreementRenewalMax()
BigInteger
public void setAgreementRenewalMax(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isSexRestricted()
Boolean
public void setSexRestricted(Boolean value)
value
- allowed object is
Boolean
public MinimumAgeAuthorizedType getMinimumAgeAuthorized()
MinimumAgeAuthorizedType
public void setMinimumAgeAuthorized(MinimumAgeAuthorizedType value)
value
- allowed object is
MinimumAgeAuthorizedType
public MaximumAgeAuthorizedType getMaximumAgeAuthorized()
MaximumAgeAuthorizedType
public void setMaximumAgeAuthorized(MaximumAgeAuthorizedType value)
value
- allowed object is
MaximumAgeAuthorizedType
public MaximumContentType getMaximumContentQuantity()
MaximumContentType
public void setMaximumContentQuantity(MaximumContentType value)
value
- allowed object is
MaximumContentType
public MaximumStrengthType getMaximumStrengthQuantity()
MaximumStrengthType
public void setMaximumStrengthQuantity(MaximumStrengthType value)
value
- allowed object is
MaximumStrengthType
public MaximumDurationType getMaximumDurationQuantity()
MaximumDurationType
public void setMaximumDurationQuantity(MaximumDurationType value)
value
- allowed object is
MaximumDurationType
public Boolean isOtherAddedDocumentInd()
Boolean
public void setOtherAddedDocumentInd(Boolean value)
value
- allowed object is
Boolean
public String getPurchasingAdvisorQualListId()
String
public void setPurchasingAdvisorQualListId(String value)
value
- allowed object is
String
public boolean isAddedDocumentInd()
public void setAddedDocumentInd(boolean value)
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.