Package net.authorize.api.contract.v1
Class EmailSettingsType
- java.lang.Object
-
- net.authorize.api.contract.v1.ArrayOfSetting
-
- net.authorize.api.contract.v1.EmailSettingsType
-
public class EmailSettingsType extends ArrayOfSetting
Allowed values for settingName are: headerEmailReceipt and footerEmailReceiptJava class for emailSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emailSettingsType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSetting"> <attribute name="version"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerversion-
Fields inherited from class net.authorize.api.contract.v1.ArrayOfSetting
setting
-
-
Constructor Summary
Constructors Constructor Description EmailSettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetVersion()Gets the value of the version property.voidsetVersion(BigInteger value)Sets the value of the version property.-
Methods inherited from class net.authorize.api.contract.v1.ArrayOfSetting
getSetting
-
-
-
-
Field Detail
-
version
protected BigInteger version
-
-
Method Detail
-
getVersion
public BigInteger getVersion()
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
public void setVersion(BigInteger value)
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
-