Class SystemErrorReport.ReportPart
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractReportPart
-
- org.somda.sdc.biceps.model.message.SystemErrorReport.ReportPart
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- SystemErrorReport
public static class SystemErrorReport.ReportPart extends AbstractReportPart implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, 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> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart"> <sequence> <element name="ErrorCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/> <element name="ErrorInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CodedValueerrorCodeprotected LocalizedTexterrorInfo-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
extension, sourceMds
-
-
Constructor Summary
Constructors Constructor Description ReportPart()
-
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)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)CodedValuegetErrorCode()Gets the value of the errorCode property.LocalizedTextgetErrorInfo()Gets the value of the errorInfo property.inthashCode()voidsetErrorCode(CodedValue value)Sets the value of the errorCode property.voidsetErrorInfo(LocalizedText value)Sets the value of the errorInfo property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
getExtension, getSourceMds, setExtension, setSourceMds
-
-
-
-
Field Detail
-
errorCode
protected CodedValue errorCode
-
errorInfo
protected LocalizedText errorInfo
-
-
Method Detail
-
getErrorCode
public CodedValue getErrorCode()
Gets the value of the errorCode property.- Returns:
- possible object is
CodedValue
-
setErrorCode
public void setErrorCode(CodedValue value)
Sets the value of the errorCode property.- Parameters:
value- allowed object isCodedValue
-
getErrorInfo
public LocalizedText getErrorInfo()
Gets the value of the errorInfo property.- Returns:
- possible object is
LocalizedText
-
setErrorInfo
public void setErrorInfo(LocalizedText value)
Sets the value of the errorInfo property.- Parameters:
value- allowed object isLocalizedText
-
clone
public Object clone()
- Overrides:
clonein classAbstractReportPart
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractReportPart
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReportPart
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReportPart
-
toString
public String toString()
- Overrides:
toStringin classAbstractReportPart
-
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- Overrides:
appendin classAbstractReportPart
-
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- Overrides:
appendFieldsin classAbstractReportPart
-
-