org.dmtf.schemas.wbem.wsman._1.wsman
Class MaxEnvelopeSizeType

java.lang.Object
  extended by org.dmtf.schemas.wbem.wsman._1.wsman.AttributablePositiveInteger
      extended by org.dmtf.schemas.wbem.wsman._1.wsman.MaxEnvelopeSizeType

public class MaxEnvelopeSizeType
extends AttributablePositiveInteger

Java class for MaxEnvelopeSizeType complex type.

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

 <complexType name="MaxEnvelopeSizeType">
   <simpleContent>
     <extension base="<http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd>attributablePositiveInteger">
       <attribute name="Policy" type="{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}PolicyType" default="Notify" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
MaxEnvelopeSizeType()
           
 
Method Summary
 PolicyType getPolicy()
          Gets the value of the policy property.
 void setPolicy(PolicyType value)
          Sets the value of the policy property.
 
Methods inherited from class org.dmtf.schemas.wbem.wsman._1.wsman.AttributablePositiveInteger
getOtherAttributes, getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxEnvelopeSizeType

public MaxEnvelopeSizeType()
Method Detail

getPolicy

public PolicyType getPolicy()
Gets the value of the policy property.

Returns:
possible object is PolicyType

setPolicy

public void setPolicy(PolicyType value)
Sets the value of the policy property.

Parameters:
value - allowed object is PolicyType