org.dmtf.schemas.wbem.wsman._1.wsman
Class MaxEnvelopeSizeType
java.lang.Object
org.dmtf.schemas.wbem.wsman._1.wsman.AttributablePositiveInteger
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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxEnvelopeSizeType
public MaxEnvelopeSizeType()
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