Skip to main content

CCParameter

  • This class represents the "CC" parameter for use with the ADR property

  • This parameter contains the ISO 3166 [ISO.3166.1988] two-character country code associated with the "country name" ADR component

  • CCParameter should be called with a single argument that is an instance of ParameterValueType, whose value is 2 alphanumeric characters

    new CCParameter(new ParameterValueType("US"));