C# Class Amazon.ECS.Model.Address

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

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 ) : Address

Sets the Address1 property

WithAddress2 ( String address2 ) : Address

Sets the Address2 property

WithAddress3 ( String address3 ) : Address

Sets the Address3 property

WithCity ( String city ) : Address

Sets the City property

WithCountry ( String country ) : Address

Sets the Country property

WithName ( String name ) : Address

Sets the Name property

WithPostalCode ( String postalCode ) : Address

Sets the PostalCode property

WithState ( String state ) : Address

Sets the State property

Protected Methods

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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAddress1() public method

Checks if Address1 property is set
public IsSetAddress1 ( ) : System.Boolean
return System.Boolean

IsSetAddress2() public method

Checks if Address2 property is set
public IsSetAddress2 ( ) : System.Boolean
return System.Boolean

IsSetAddress3() public method

Checks if Address3 property is set
public IsSetAddress3 ( ) : System.Boolean
return System.Boolean

IsSetCity() public method

Checks if City property is set
public IsSetCity ( ) : System.Boolean
return System.Boolean

IsSetCountry() public method

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
return System.Boolean

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : System.Boolean
return System.Boolean

IsSetPostalCode() public method

Checks if PostalCode property is set
public IsSetPostalCode ( ) : System.Boolean
return System.Boolean

IsSetState() public method

Checks if State property is set
public IsSetState ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithAddress1() public method

Sets the Address1 property
public WithAddress1 ( String address1 ) : Address
address1 String Address1 property
return Address

WithAddress2() public method

Sets the Address2 property
public WithAddress2 ( String address2 ) : Address
address2 String Address2 property
return Address

WithAddress3() public method

Sets the Address3 property
public WithAddress3 ( String address3 ) : Address
address3 String Address3 property
return Address

WithCity() public method

Sets the City property
public WithCity ( String city ) : Address
city String City property
return Address

WithCountry() public method

Sets the Country property
public WithCountry ( String country ) : Address
country String Country property
return Address

WithName() public method

Sets the Name property
public WithName ( String name ) : Address
name String Name property
return Address

WithPostalCode() public method

Sets the PostalCode property
public WithPostalCode ( String postalCode ) : Address
postalCode String PostalCode property
return Address

WithState() public method

Sets the State property
public WithState ( String state ) : Address
state String State property
return Address