Overview

Packages

  • exceptions
  • messages
  • operations
  • PHP
  • service
  • types

Classes

  • PartnerAPIType
  • PartnerAPITypeAddEmailVerificationRequest
  • PartnerAPITypeAddEmailVerificationResponse
  • PartnerAPITypeAddSanVerificationRequest
  • PartnerAPITypeAddSanVerificationResponse
  • PartnerAPITypeAddSerialNumbers
  • PartnerAPITypeApproverEmailPrefixType
  • PartnerAPITypeAuthToken
  • PartnerAPITypeBusinessCategoryEnum
  • PartnerAPITypeCaBundle
  • PartnerAPITypeCancelOrderReponse
  • PartnerAPITypeCancelOrderRequest
  • PartnerAPITypeCancelParameters
  • PartnerAPITypeCertificateDetails
  • PartnerAPITypeCertificateStatusEnum
  • PartnerAPITypeCertificationRequestStateTypeEnum
  • PartnerAPITypeDocument
  • PartnerAPITypeDocuments
  • PartnerAPITypeDocumentTypeEnum
  • PartnerAPITypeDomainVerificationRequest
  • PartnerAPITypeEmailVerification
  • PartnerAPITypeError
  • PartnerAPITypeErrors
  • PartnerAPITypeExpiringCertificates
  • PartnerAPITypeFile
  • PartnerAPITypeFileName
  • PartnerAPITypeFiles
  • PartnerAPITypeFQDNs
  • PartnerAPITypeGetCertificateRequest
  • PartnerAPITypeGetCertificateResponse
  • PartnerAPITypeGetEmailVerificationRequest
  • PartnerAPITypeGetEmailVerificationResponse
  • PartnerAPITypeGetExpiringCertificatesRequest
  • PartnerAPITypeGetExpiringCertificatesResponse
  • PartnerAPITypeGetModifiedOrdersRequest
  • PartnerAPITypeGetOrderByOrderIDRequest
  • PartnerAPITypeGetOrdersByDateRangeRequest
  • PartnerAPITypeGetOrdersRequest
  • PartnerAPITypeGetOrdersResponse
  • PartnerAPITypeGetOrderStateRequest
  • PartnerAPITypeGetOrderStateResponse
  • PartnerAPITypeGetProductListRequest
  • PartnerAPITypeGetProductListResponse
  • PartnerAPITypeGetProductListResponse_Products
  • PartnerAPITypeGetSanVerificationStateRequest
  • PartnerAPITypeGetSanVerificationStateResponse
  • PartnerAPITypeHashAlgorithmEnum
  • PartnerAPITypeInvalidSerialNumbers
  • PartnerAPITypeModifySNICertificateRequest
  • PartnerAPITypeModifySNICertificateResponse
  • PartnerAPITypeOrder
  • PartnerAPITypeOrderDetails
  • PartnerAPITypeOrderOption
  • PartnerAPITypeOrderParameters
  • PartnerAPITypeOrderRequest
  • PartnerAPITypeOrders
  • PartnerAPITypeOrderSNICertificateRequest
  • PartnerAPITypeOrderSNICertificateResponse
  • PartnerAPITypeOrderSNIParameters
  • PartnerAPITypeOrderStatus
  • PartnerAPITypeOrderVerification
  • PartnerAPITypeOrderVerifications
  • PartnerAPITypeOrderVerificationStateEnum
  • PartnerAPITypeOrderVerificationTypeEnum
  • PartnerAPITypeOrganizationInfo
  • PartnerAPITypeParsedCsr
  • PartnerAPITypePerformSanVerificationResponse
  • PartnerAPITypeProduct
  • PartnerAPITypeProduct_SupportedHashAlgorithms
  • PartnerAPITypeQuickOrderRequest
  • PartnerAPITypeQuickOrderResponse
  • PartnerAPITypeReissueCertificateRequest
  • PartnerAPITypeReissueCertificateResponse
  • PartnerAPITypeRemoveSerialNumbers
  • PartnerAPITypeRenewCertificateRequest
  • PartnerAPITypeRenewCertificateResponse
  • PartnerAPITypeRequest
  • PartnerAPITypeRequestHeader
  • PartnerAPITypeRequestorInfo
  • PartnerAPITypeResponse
  • PartnerAPITypeResponseHeader
  • PartnerAPITypeRevocationReasonEnum
  • PartnerAPITypeRevokeCertificateParameters
  • PartnerAPITypeRevokeCertificateRequest
  • PartnerAPITypeRevokeCertificateResponse
  • PartnerAPITypeSanApprover
  • PartnerAPITypeSanEntries
  • PartnerAPITypeSanEntry
  • PartnerAPITypeSanVerification
  • PartnerAPITypeSanVerificationManualState
  • PartnerAPITypeSanVerificationState
  • PartnerAPITypeSanVerificationStateEnum
  • PartnerAPITypeSanVerificationStates
  • PartnerAPITypeSanVerificationSystemMethodEnum
  • PartnerAPITypeSanVerificationSystemState
  • PartnerAPITypeSerialNumbers
  • PartnerAPITypeValidateOrderParametersRequest
  • PartnerAPITypeValidateOrderParametersResponse
  • PartnerAPITypeVerificationMethodType
  • PartnerAPITypeVerifyOrderParameters
  • PartnerAPITypeVerifyOrderRequest
  • PartnerAPITypeVerifyOrderResponse
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPITypeOrderParameters

This class represents the orderParameters WSDL type.

It is based on the PartnerAPIType class and derives properties and methods from that class.

PartnerAPIType
Extended by PartnerAPITypeOrderParameters
Package: types
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/types/typeOrderParameters.php
Methods summary
protected array
# initData( )

This is an abstract method used to initialize type elements.

This is an abstract method used to initialize type elements.

When overriden, it must return an array containing all elements for a given type. The structure of this array is defined in the description of $elems variable. If a type is deriving from another type derived from PartnerAPIType then the implementations of this method must call the parent's initData() method and merge all elements.

Returns

array
A set of all type elements
Methods inherited from PartnerAPIType
__call(), __construct(), __get(), addElement(), findElemName(), getDataAsArray(), getElement(), resetData(), setData(), setElement()
Magic methods summary
public PartnerAPITypeOrderParameters
# setCSR( string $value = )

Sets the CSR element.

Sets the CSR element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getCSR( )

Gets the CSR element.

Gets the CSR element.

Returns

string
public PartnerAPITypeOrderParameters
# setCustomer( string $value = )

Sets the customer element.

Sets the customer element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getCustomer( )

Gets the customer element.

Gets the customer element.

Returns

string
public PartnerAPITypeOrderParameters
# setLanguage( string $value = )

Sets the language element.

Sets the language element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getLanguage( )

Gets the language element or NULL.

Gets the language element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setOrderID( string $value = )

Sets the orderID element.

Sets the orderID element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getOrderID( )

Gets the orderID element or NULL.

Gets the orderID element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setProductCode( string $value = )

Sets the productCode element.

Sets the productCode element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getProductCode( )

Gets the productCode element.

Gets the productCode element.

Returns

string
public PartnerAPITypeOrderParameters
# setUserAgent( string $value = )

Sets the userAgent element.

Sets the userAgent element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getUserAgent( )

Gets the userAgent element or NULL.

Gets the userAgent element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setHashAlgorithm( string $value = )

Sets the hashAlgorithm element.

Sets the hashAlgorithm element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getHashAlgorithm( )

Gets the hashAlgorithm element or NULL.

Gets the hashAlgorithm element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setEmail( string $value = )

Sets the email element.

Sets the email element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getEmail( )

Gets the email element or NULL.

Gets the email element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setCommonName( string $value = )

Sets the commonName element.

Sets the commonName element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getCommonName( )

Gets the commonName element or NULL.

Gets the commonName element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setOrganization( string $value = )

Sets the organization element.

Sets the organization element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getOrganization( )

Gets the organization element or NULL.

Gets the organization element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setOrganizationalUnit( string $value = )

Sets the organizationalUnit element.

Sets the organizationalUnit element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getOrganizationalUnit( )

Gets the organizationalUnit element or NULL.

Gets the organizationalUnit element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setLocality( string $value = )

Sets the locality element.

Sets the locality element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getLocality( )

Gets the locality element or NULL.

Gets the locality element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setCountry( string $value = )

Sets the country element.

Sets the country element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getCountry( )

Gets the country element or NULL.

Gets the country element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setState( string $value = )

Sets the state element.

Sets the state element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getState( )

Gets the state element or NULL.

Gets the state element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setSerialNumber( string $value = )

Sets the serialNumber element.

Sets the serialNumber element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getSerialNumber( )

Gets the serialNumber element or NULL.

Gets the serialNumber element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setBusinessCategory( string $value = )

Sets the businessCategory element.

Sets the businessCategory element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getBusinessCategory( )

Gets the businessCategory element or NULL.

Gets the businessCategory element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setStreetAddress( string $value = )

Sets the streetAddress element.

Sets the streetAddress element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getStreetAddress( )

Gets the streetAddress element or NULL.

Gets the streetAddress element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setPostalCode( string $value = )

Sets the postalCode element.

Sets the postalCode element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getPostalCode( )

Gets the postalCode element or NULL.

Gets the postalCode element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setJoiln( string $value = )

Sets the joiln element.

Sets the joiln element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getJoiln( )

Gets the joiln element or NULL.

Gets the joiln element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setJoisopn( string $value = )

Sets the joisopn element.

Sets the joisopn element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getJoisopn( )

Gets the joisopn element or NULL.

Gets the joisopn element or NULL.

Returns

string
public PartnerAPITypeOrderParameters
# setJoisocn( string $value = )

Sets the joisocn element.

Sets the joisocn element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getJoisocn( )

Gets the joisocn element or NULL.

Gets the joisocn element or NULL.

Returns

string
public string
# getRevocationContactEmail( )

Gets the revocationContactEmail element.

Gets the revocationContactEmail element.

Returns

string
public PartnerAPITypeOrderParameters
# setShortenedValidityPeriod( string $value = )

Sets the shortenedValidityPeriod element.

Sets the shortenedValidityPeriod element.

Parameters

$value
string
$value

Returns

PartnerAPITypeOrderParameters
public string
# getShortenedValidityPeriod( )

Gets the shortenedValidityPeriod element.

Gets the shortenedValidityPeriod element.

Returns

string
Properties inherited from PartnerAPIType
$elems
Magic properties summary
public string $CSR
#

Gets the CSR element.

Gets the CSR element.

public string $customer
#

Gets the customer element.

Gets the customer element.

public string $language
#

Gets the language element or NULL.

Gets the language element or NULL.

public string $orderID
#

Gets the orderID element or NULL.

Gets the orderID element or NULL.

public string $productCode
#

Gets the productCode element.

Gets the productCode element.

public string $userAgent
#

Gets the userAgent element or NULL.

Gets the userAgent element or NULL.

public string $hashAlgorithm
#

Gets the hashAlgorithm element or NULL.

Gets the hashAlgorithm element or NULL.

public string $email
#

Gets the email element or NULL.

Gets the email element or NULL.

public string $commonName
#

Gets the commonName element or NULL.

Gets the commonName element or NULL.

public string $organization
#

Gets the organization element or NULL.

Gets the organization element or NULL.

public string $organizationalUnit
#

Gets the organizationalUnit element or NULL.

Gets the organizationalUnit element or NULL.

public string $locality
#

Gets the locality element or NULL.

Gets the locality element or NULL.

public string $country
#

Gets the country element or NULL.

Gets the country element or NULL.

public string $state
#

Gets the state element or NULL.

Gets the state element or NULL.

public string $serialNumber
#

Gets the serialNumber element or NULL.

Gets the serialNumber element or NULL.

public string $businessCategory
#

Gets the businessCategory element or NULL.

Gets the businessCategory element or NULL.

public string $streetAddress
#

Gets the streetAddress element or NULL.

Gets the streetAddress element or NULL.

public string $postalCode
#

Gets the postalCode element or NULL.

Gets the postalCode element or NULL.

public string $joiln
#

Gets the joiln element or NULL.

Gets the joiln element or NULL.

public string $joisopn
#

Gets the joisopn element or NULL.

Gets the joisopn element or NULL.

public string $joisocn
#

Gets the joisocn element or NULL.

Gets the joisocn element or NULL.

public string $revocationContactEmail
#

Gets the revocationContactEmail element.

Gets the revocationContactEmail element.

public string $shortenedValidityPeriod
#

Gets the shortenedValidityPeriod element.

Gets the shortenedValidityPeriod element.

API documentation generated by ApiGen 2.8.0