Class 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 Detail

      • addressSpecified

        protected boolean addressSpecified
      • faxNumberSpecified

        protected boolean faxNumberSpecified
      • organizationNameSpecified

        protected boolean organizationNameSpecified
      • phoneNumberSpecified

        protected boolean phoneNumberSpecified
    • Constructor Detail

      • Organization

        public Organization()
    • Method Detail

      • 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()