java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.attribute.Organization

@ApiType("SoftLayer_Container_Product_Order_Attribute_Organization")
public class Organization
extends Entity
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. The SoftLayer_Container_Product_Order_Attribute_Organization datatype contains the organization information.
See Also:
SoftLayer_Container_Product_Order_Attribute_Organization
  • Field Details

    • address

      @ApiProperty(canBeNullOrNotSet=true) protected Address address
      The address information of the contact.
    • addressSpecified

      protected boolean addressSpecified
    • faxNumber

      @ApiProperty(canBeNullOrNotSet=true) protected String faxNumber
      The fax number associated with an organization. This is an optional value.
    • faxNumberSpecified

      protected boolean faxNumberSpecified
    • organizationName

      @ApiProperty(canBeNullOrNotSet=true) protected String organizationName
      The name of an organization.
    • organizationNameSpecified

      protected boolean organizationNameSpecified
    • phoneNumber

      @ApiProperty(canBeNullOrNotSet=true) protected String phoneNumber
      The phone number associated with an organization.
    • phoneNumberSpecified

      protected boolean phoneNumberSpecified
  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress​(Address address)
    • isAddressSpecified

      public boolean isAddressSpecified()
    • unsetAddress

      public void unsetAddress()
    • getFaxNumber

      public String getFaxNumber()
    • setFaxNumber

      public void setFaxNumber​(String faxNumber)
    • isFaxNumberSpecified

      public boolean isFaxNumberSpecified()
    • unsetFaxNumber

      public void unsetFaxNumber()
    • getOrganizationName

      public String getOrganizationName()
    • setOrganizationName

      public void setOrganizationName​(String organizationName)
    • isOrganizationNameSpecified

      public boolean isOrganizationNameSpecified()
    • unsetOrganizationName

      public void unsetOrganizationName()
    • getPhoneNumber

      public String getPhoneNumber()
    • setPhoneNumber

      public void setPhoneNumber​(String phoneNumber)
    • isPhoneNumberSpecified

      public boolean isPhoneNumberSpecified()
    • unsetPhoneNumber

      public void unsetPhoneNumber()