C# Class Amazon.ECS.Model.Address

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetAddress1() public méthode

Checks if Address1 property is set
public IsSetAddress1 ( ) : System.Boolean
Résultat System.Boolean

IsSetAddress2() public méthode

Checks if Address2 property is set
public IsSetAddress2 ( ) : System.Boolean
Résultat System.Boolean

IsSetAddress3() public méthode

Checks if Address3 property is set
public IsSetAddress3 ( ) : System.Boolean
Résultat System.Boolean

IsSetCity() public méthode

Checks if City property is set
public IsSetCity ( ) : System.Boolean
Résultat System.Boolean

IsSetCountry() public méthode

Checks if Country property is set
public IsSetCountry ( ) : System.Boolean
Résultat System.Boolean

IsSetName() public méthode

Checks if Name property is set
public IsSetName ( ) : System.Boolean
Résultat System.Boolean

IsSetPostalCode() public méthode

Checks if PostalCode property is set
public IsSetPostalCode ( ) : System.Boolean
Résultat System.Boolean

IsSetState() public méthode

Checks if State property is set
public IsSetState ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithAddress1() public méthode

Sets the Address1 property
public WithAddress1 ( String address1 ) : Address
address1 String Address1 property
Résultat Address

WithAddress2() public méthode

Sets the Address2 property
public WithAddress2 ( String address2 ) : Address
address2 String Address2 property
Résultat Address

WithAddress3() public méthode

Sets the Address3 property
public WithAddress3 ( String address3 ) : Address
address3 String Address3 property
Résultat Address

WithCity() public méthode

Sets the City property
public WithCity ( String city ) : Address
city String City property
Résultat Address

WithCountry() public méthode

Sets the Country property
public WithCountry ( String country ) : Address
country String Country property
Résultat Address

WithName() public méthode

Sets the Name property
public WithName ( String name ) : Address
name String Name property
Résultat Address

WithPostalCode() public méthode

Sets the PostalCode property
public WithPostalCode ( String postalCode ) : Address
postalCode String PostalCode property
Résultat Address

WithState() public méthode

Sets the State property
public WithState ( String state ) : Address
state String State property
Résultat Address