Class InlineXMLType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.InlineXMLType
-
public class InlineXMLType extends java.lang.ObjectJava class for InlineXMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InlineXMLType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> <attribute name="ignorePIs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="ignoreComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectanyprotected java.lang.BooleanignoreCommentsprotected java.lang.BooleanignorePIs
-
Constructor Summary
Constructors Constructor Description InlineXMLType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAny()Gets the value of the any property.booleanisIgnoreComments()Gets the value of the ignoreComments property.booleanisIgnorePIs()Gets the value of the ignorePIs property.voidsetAny(java.lang.Object value)Sets the value of the any property.voidsetIgnoreComments(java.lang.Boolean value)Sets the value of the ignoreComments property.voidsetIgnorePIs(java.lang.Boolean value)Sets the value of the ignorePIs property.
-
-
-
Method Detail
-
getAny
public java.lang.Object getAny()
Gets the value of the any property.- Returns:
- possible object is
ElementObject
-
setAny
public void setAny(java.lang.Object value)
Sets the value of the any property.- Parameters:
value- allowed object isElementObject
-
isIgnorePIs
public boolean isIgnorePIs()
Gets the value of the ignorePIs property.- Returns:
- possible object is
Boolean
-
setIgnorePIs
public void setIgnorePIs(java.lang.Boolean value)
Sets the value of the ignorePIs property.- Parameters:
value- allowed object isBoolean
-
isIgnoreComments
public boolean isIgnoreComments()
Gets the value of the ignoreComments property.- Returns:
- possible object is
Boolean
-
setIgnoreComments
public void setIgnoreComments(java.lang.Boolean value)
Sets the value of the ignoreComments property.- Parameters:
value- allowed object isBoolean
-
-