net.opengis.oseo.v_1_0
Class OrderingServiceContentsType.SubmitCapabilities

java.lang.Object
  extended by net.opengis.oseo.v_1_0.OrderingServiceContentsType.SubmitCapabilities
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Enclosing class:
OrderingServiceContentsType

public static class OrderingServiceContentsType.SubmitCapabilities
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

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">
       <attribute name="asynchronous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="maxNumberOfProducts" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="globalDeliveryOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="localDeliveryOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="globalOrderOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="localOrderOptions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean asynchronous
           
protected  boolean globalDeliveryOptions
           
protected  boolean globalOrderOptions
           
protected  boolean localDeliveryOptions
           
protected  boolean localOrderOptions
           
protected  BigInteger maxNumberOfProducts
           
 
Constructor Summary
OrderingServiceContentsType.SubmitCapabilities()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 BigInteger getMaxNumberOfProducts()
          Gets the value of the maxNumberOfProducts property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isAsynchronous()
          Gets the value of the asynchronous property.
 boolean isGlobalDeliveryOptions()
          Gets the value of the globalDeliveryOptions property.
 boolean isGlobalOrderOptions()
          Gets the value of the globalOrderOptions property.
 boolean isLocalDeliveryOptions()
          Gets the value of the localDeliveryOptions property.
 boolean isLocalOrderOptions()
          Gets the value of the localOrderOptions property.
 boolean isSetAsynchronous()
           
 boolean isSetGlobalDeliveryOptions()
           
 boolean isSetGlobalOrderOptions()
           
 boolean isSetLocalDeliveryOptions()
           
 boolean isSetLocalOrderOptions()
           
 boolean isSetMaxNumberOfProducts()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAsynchronous(boolean value)
          Sets the value of the asynchronous property.
 void setGlobalDeliveryOptions(boolean value)
          Sets the value of the globalDeliveryOptions property.
 void setGlobalOrderOptions(boolean value)
          Sets the value of the globalOrderOptions property.
 void setLocalDeliveryOptions(boolean value)
          Sets the value of the localDeliveryOptions property.
 void setLocalOrderOptions(boolean value)
          Sets the value of the localOrderOptions property.
 void setMaxNumberOfProducts(BigInteger value)
          Sets the value of the maxNumberOfProducts property.
 String toString()
           
 OrderingServiceContentsType.SubmitCapabilities withAsynchronous(boolean value)
           
 OrderingServiceContentsType.SubmitCapabilities withGlobalDeliveryOptions(boolean value)
           
 OrderingServiceContentsType.SubmitCapabilities withGlobalOrderOptions(boolean value)
           
 OrderingServiceContentsType.SubmitCapabilities withLocalDeliveryOptions(boolean value)
           
 OrderingServiceContentsType.SubmitCapabilities withLocalOrderOptions(boolean value)
           
 OrderingServiceContentsType.SubmitCapabilities withMaxNumberOfProducts(BigInteger value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

asynchronous

protected boolean asynchronous

maxNumberOfProducts

protected BigInteger maxNumberOfProducts

globalDeliveryOptions

protected boolean globalDeliveryOptions

localDeliveryOptions

protected boolean localDeliveryOptions

globalOrderOptions

protected boolean globalOrderOptions

localOrderOptions

protected boolean localOrderOptions
Constructor Detail

OrderingServiceContentsType.SubmitCapabilities

public OrderingServiceContentsType.SubmitCapabilities()
Method Detail

isAsynchronous

public boolean isAsynchronous()
Gets the value of the asynchronous property.


setAsynchronous

public void setAsynchronous(boolean value)
Sets the value of the asynchronous property.


isSetAsynchronous

public boolean isSetAsynchronous()

getMaxNumberOfProducts

public BigInteger getMaxNumberOfProducts()
Gets the value of the maxNumberOfProducts property.

Returns:
possible object is BigInteger

setMaxNumberOfProducts

public void setMaxNumberOfProducts(BigInteger value)
Sets the value of the maxNumberOfProducts property.

Parameters:
value - allowed object is BigInteger

isSetMaxNumberOfProducts

public boolean isSetMaxNumberOfProducts()

isGlobalDeliveryOptions

public boolean isGlobalDeliveryOptions()
Gets the value of the globalDeliveryOptions property.


setGlobalDeliveryOptions

public void setGlobalDeliveryOptions(boolean value)
Sets the value of the globalDeliveryOptions property.


isSetGlobalDeliveryOptions

public boolean isSetGlobalDeliveryOptions()

isLocalDeliveryOptions

public boolean isLocalDeliveryOptions()
Gets the value of the localDeliveryOptions property.


setLocalDeliveryOptions

public void setLocalDeliveryOptions(boolean value)
Sets the value of the localDeliveryOptions property.


isSetLocalDeliveryOptions

public boolean isSetLocalDeliveryOptions()

isGlobalOrderOptions

public boolean isGlobalOrderOptions()
Gets the value of the globalOrderOptions property.


setGlobalOrderOptions

public void setGlobalOrderOptions(boolean value)
Sets the value of the globalOrderOptions property.


isSetGlobalOrderOptions

public boolean isSetGlobalOrderOptions()

isLocalOrderOptions

public boolean isLocalOrderOptions()
Gets the value of the localOrderOptions property.


setLocalOrderOptions

public void setLocalOrderOptions(boolean value)
Sets the value of the localOrderOptions property.


isSetLocalOrderOptions

public boolean isSetLocalOrderOptions()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

withAsynchronous

public OrderingServiceContentsType.SubmitCapabilities withAsynchronous(boolean value)

withMaxNumberOfProducts

public OrderingServiceContentsType.SubmitCapabilities withMaxNumberOfProducts(BigInteger value)

withGlobalDeliveryOptions

public OrderingServiceContentsType.SubmitCapabilities withGlobalDeliveryOptions(boolean value)

withLocalDeliveryOptions

public OrderingServiceContentsType.SubmitCapabilities withLocalDeliveryOptions(boolean value)

withGlobalOrderOptions

public OrderingServiceContentsType.SubmitCapabilities withGlobalOrderOptions(boolean value)

withLocalOrderOptions

public OrderingServiceContentsType.SubmitCapabilities withLocalOrderOptions(boolean value)


Copyright © 2008-2015. All Rights Reserved.