Package net.authorize.api.contract.v1
Class SubMerchantType
- java.lang.Object
-
- net.authorize.api.contract.v1.SubMerchantType
-
public class SubMerchantType extends Object
Java class for subMerchantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subMerchantType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="doingBusinessAs" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="50"/> </restriction> </simpleType> </element> <element name="paymentServiceProviderName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="paymentServiceFacilitator" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="streetAddress" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="phone" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="email" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="postalCode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="city" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="30"/> </restriction> </simpleType> </element> <element name="regionCode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="10"/> </restriction> </simpleType> </element> <element name="countryCode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="10"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcityprotected StringcountryCodeprotected StringdoingBusinessAsprotected Stringemailprotected Stringidentifierprotected StringpaymentServiceFacilitatorprotected StringpaymentServiceProviderNameprotected Stringphoneprotected StringpostalCodeprotected StringregionCodeprotected StringstreetAddress
-
Constructor Summary
Constructors Constructor Description SubMerchantType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()Gets the value of the city property.StringgetCountryCode()Gets the value of the countryCode property.StringgetDoingBusinessAs()Gets the value of the doingBusinessAs property.StringgetEmail()Gets the value of the email property.StringgetIdentifier()Gets the value of the identifier property.StringgetPaymentServiceFacilitator()Gets the value of the paymentServiceFacilitator property.StringgetPaymentServiceProviderName()Gets the value of the paymentServiceProviderName property.StringgetPhone()Gets the value of the phone property.StringgetPostalCode()Gets the value of the postalCode property.StringgetRegionCode()Gets the value of the regionCode property.StringgetStreetAddress()Gets the value of the streetAddress property.voidsetCity(String value)Sets the value of the city property.voidsetCountryCode(String value)Sets the value of the countryCode property.voidsetDoingBusinessAs(String value)Sets the value of the doingBusinessAs property.voidsetEmail(String value)Sets the value of the email property.voidsetIdentifier(String value)Sets the value of the identifier property.voidsetPaymentServiceFacilitator(String value)Sets the value of the paymentServiceFacilitator property.voidsetPaymentServiceProviderName(String value)Sets the value of the paymentServiceProviderName property.voidsetPhone(String value)Sets the value of the phone property.voidsetPostalCode(String value)Sets the value of the postalCode property.voidsetRegionCode(String value)Sets the value of the regionCode property.voidsetStreetAddress(String value)Sets the value of the streetAddress property.
-
-
-
Field Detail
-
identifier
protected String identifier
-
doingBusinessAs
protected String doingBusinessAs
-
paymentServiceProviderName
protected String paymentServiceProviderName
-
paymentServiceFacilitator
protected String paymentServiceFacilitator
-
streetAddress
protected String streetAddress
-
phone
protected String phone
-
email
protected String email
-
postalCode
protected String postalCode
-
city
protected String city
-
regionCode
protected String regionCode
-
countryCode
protected String countryCode
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getDoingBusinessAs
public String getDoingBusinessAs()
Gets the value of the doingBusinessAs property.- Returns:
- possible object is
String
-
setDoingBusinessAs
public void setDoingBusinessAs(String value)
Sets the value of the doingBusinessAs property.- Parameters:
value- allowed object isString
-
getPaymentServiceProviderName
public String getPaymentServiceProviderName()
Gets the value of the paymentServiceProviderName property.- Returns:
- possible object is
String
-
setPaymentServiceProviderName
public void setPaymentServiceProviderName(String value)
Sets the value of the paymentServiceProviderName property.- Parameters:
value- allowed object isString
-
getPaymentServiceFacilitator
public String getPaymentServiceFacilitator()
Gets the value of the paymentServiceFacilitator property.- Returns:
- possible object is
String
-
setPaymentServiceFacilitator
public void setPaymentServiceFacilitator(String value)
Sets the value of the paymentServiceFacilitator property.- Parameters:
value- allowed object isString
-
getStreetAddress
public String getStreetAddress()
Gets the value of the streetAddress property.- Returns:
- possible object is
String
-
setStreetAddress
public void setStreetAddress(String value)
Sets the value of the streetAddress property.- Parameters:
value- allowed object isString
-
getPhone
public String getPhone()
Gets the value of the phone property.- Returns:
- possible object is
String
-
setPhone
public void setPhone(String value)
Sets the value of the phone property.- Parameters:
value- allowed object isString
-
getEmail
public String getEmail()
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
public void setEmail(String value)
Sets the value of the email property.- Parameters:
value- allowed object isString
-
getPostalCode
public String getPostalCode()
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
public void setPostalCode(String value)
Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getCity
public String getCity()
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
public void setCity(String value)
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getRegionCode
public String getRegionCode()
Gets the value of the regionCode property.- Returns:
- possible object is
String
-
setRegionCode
public void setRegionCode(String value)
Sets the value of the regionCode property.- Parameters:
value- allowed object isString
-
getCountryCode
public String getCountryCode()
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
-