Class CapabilityGeneralInteractionStructure.Delivery

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CapabilityGeneralInteractionStructure

    public static class CapabilityGeneralInteractionStructure.Delivery
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DirectDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="FetchedDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • directDelivery

        protected boolean directDelivery
      • fetchedDelivery

        protected boolean fetchedDelivery
    • Constructor Detail

      • Delivery

        public Delivery()
    • Method Detail

      • isDirectDelivery

        public boolean isDirectDelivery()
        Gets the value of the directDelivery property.
      • setDirectDelivery

        public void setDirectDelivery​(boolean value)
        Sets the value of the directDelivery property.
      • isFetchedDelivery

        public boolean isFetchedDelivery()
        Gets the value of the fetchedDelivery property.
      • setFetchedDelivery

        public void setFetchedDelivery​(boolean value)
        Sets the value of the fetchedDelivery property.