Property | Type | Description | |
---|---|---|---|
EscapeXML | String |
Method | Description | |
---|---|---|
IsSetAddress1 ( ) : System.Boolean |
Checks if Address1 property is set
|
|
IsSetAddress2 ( ) : System.Boolean |
Checks if Address2 property is set
|
|
IsSetAddress3 ( ) : System.Boolean |
Checks if Address3 property is set
|
|
IsSetCity ( ) : System.Boolean |
Checks if City property is set
|
|
IsSetCountry ( ) : System.Boolean |
Checks if Country property is set
|
|
IsSetName ( ) : System.Boolean |
Checks if Name property is set
|
|
IsSetPostalCode ( ) : System.Boolean |
Checks if PostalCode property is set
|
|
IsSetState ( ) : System.Boolean |
Checks if State property is set
|
|
WithAddress1 ( String address1 ) : |
Sets the Address1 property
|
|
WithAddress2 ( String address2 ) : |
Sets the Address2 property
|
|
WithAddress3 ( String address3 ) : |
Sets the Address3 property
|
|
WithCity ( String city ) : |
Sets the City property
|
|
WithCountry ( String country ) : |
Sets the Country property
|
|
WithName ( String name ) : |
Sets the Name property
|
|
WithPostalCode ( String postalCode ) : |
Sets the PostalCode property
|
|
WithState ( String state ) : |
Sets the State property
|
Method | Description | |
---|---|---|
ToXMLFragment ( ) : String |
XML fragment representation of this object Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only |
Method | Description | |
---|---|---|
EscapeXML ( String str ) : String |
public WithAddress1 ( String address1 ) : |
||
address1 | String | Address1 property |
return |
public WithAddress2 ( String address2 ) : |
||
address2 | String | Address2 property |
return |
public WithAddress3 ( String address3 ) : |
||
address3 | String | Address3 property |
return |
public WithCity ( String city ) : |
||
city | String | City property |
return |
public WithCountry ( String country ) : |
||
country | String | Country property |
return |
public WithName ( String name ) : |
||
name | String | Name property |
return |
public WithPostalCode ( String postalCode ) : |
||
postalCode | String | PostalCode property |
return |
public WithState ( String state ) : |
||
state | String | State property |
return |