Package org.somda.sdc.dpws.wsdl.model
Class TExtensibilityElement
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TExtensibilityElement
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public abstract class TExtensibilityElement extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tExtensibilityElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensibilityElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{http://schemas.xmlsoap.org/wsdl/}required"/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TExtensibilityElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)inthashCode()BooleanisRequired()Gets the value of the required property.voidsetRequired(Boolean value)Sets the value of the required property.StringtoString()
-
-
-
Field Detail
-
required
protected Boolean required
-
-
Method Detail
-
isRequired
public Boolean isRequired()
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
public void setRequired(Boolean value)
Sets the value of the required property.- Parameters:
value- allowed object isBoolean
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-